Package org.robovm.apple.gamekit
Interface GKSessionDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
GKSessionDelegateAdapter
@Deprecated public interface GKSessionDelegate extends NSObjectProtocol
Deprecated.
Deprecated in iOS 7.0. Use MCSession in association with MCSessionDelegate from the MultipeerConnectivity framework instead
-
Method Summary
Modifier and Type Method Description voidconnectionWithPeerFailed(GKSession session, String peerID, NSError error)Deprecated.voiddidChangeState(GKSession session, String peerID, GKPeerConnectionState state)Deprecated.voiddidFail(GKSession session, NSError error)Deprecated.voiddidReceiveConnectionRequest(GKSession session, String peerID)Deprecated.
-
Method Details
-
didChangeState
Deprecated. -
didReceiveConnectionRequest
Deprecated. -
connectionWithPeerFailed
Deprecated. -
didFail
Deprecated.
-