@Deprecated
public interface GKPeerPickerControllerDelegate
| Modifier and Type | Method and Description |
|---|---|
default void |
peerPickerControllerDidCancel(GKPeerPickerController picker)
Deprecated.
Notifies delegate that the user cancelled the picker.
|
default void |
peerPickerControllerDidConnectPeerToSession(GKPeerPickerController picker,
java.lang.String peerID,
GKSession session)
Deprecated.
Notifies delegate that the peer was connected to a GKSession.
|
default void |
peerPickerControllerDidSelectConnectionType(GKPeerPickerController picker,
long type)
Deprecated.
Notifies delegate that a connection type was chosen by the user.
|
default GKSession |
peerPickerControllerSessionForConnectionType(GKPeerPickerController picker,
long type)
Deprecated.
Notifies delegate that the connection type is requesting a GKSession object.
|
default void peerPickerControllerDidConnectPeerToSession(GKPeerPickerController picker, java.lang.String peerID, GKSession session)
default void peerPickerControllerDidSelectConnectionType(GKPeerPickerController picker, long type)
default GKSession peerPickerControllerSessionForConnectionType(GKPeerPickerController picker, long type)
You should return a valid GKSession object for use by the picker. If this method is not implemented or returns 'nil', a default GKSession is created on the delegate's behalf.
default void peerPickerControllerDidCancel(GKPeerPickerController picker)