-
Methods in org.robovm.apple.gamekit with parameters of type GKSession
| Modifier and Type |
Method |
Description |
void |
GKSessionDelegate.connectionWithPeerFailed(GKSession session,
String peerID,
NSError error) |
Deprecated.
|
void |
GKSessionDelegateAdapter.connectionWithPeerFailed(GKSession session,
String peerID,
NSError error) |
|
void |
GKSessionDelegate.didChangeState(GKSession session,
String peerID,
GKPeerConnectionState state) |
Deprecated.
|
void |
GKSessionDelegateAdapter.didChangeState(GKSession session,
String peerID,
GKPeerConnectionState state) |
|
void |
GKPeerPickerControllerDelegate.didConnectPeer(GKPeerPickerController picker,
String peerID,
GKSession session) |
Deprecated.
|
void |
GKPeerPickerControllerDelegateAdapter.didConnectPeer(GKPeerPickerController picker,
String peerID,
GKSession session) |
|
void |
GKSessionDelegate.didFail(GKSession session,
NSError error) |
Deprecated.
|
void |
GKSessionDelegateAdapter.didFail(GKSession session,
NSError error) |
|
void |
GKSessionDelegate.didReceiveConnectionRequest(GKSession session,
String peerID) |
Deprecated.
|
void |
GKSessionDelegateAdapter.didReceiveConnectionRequest(GKSession session,
String peerID) |
|