Package org.robovm.apple.gamekit
Interface GKPeerPickerControllerDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
GKPeerPickerControllerDelegateAdapter
@Deprecated public interface GKPeerPickerControllerDelegate extends NSObjectProtocol
Deprecated.
Deprecated in iOS 7.0. Use MCBrowserViewController along with MCBrowserViewControllerDelegate from the MultipeerConnectivity framework
-
Method Summary
Modifier and Type Method Description voiddidCancel(GKPeerPickerController picker)Deprecated.voiddidConnectPeer(GKPeerPickerController picker, String peerID, GKSession session)Deprecated.voiddidSelectConnectionType(GKPeerPickerController picker, GKPeerPickerConnectionType type)Deprecated.GKSessiongetSession(GKPeerPickerController picker, GKPeerPickerConnectionType type)Deprecated.
-
Method Details
-
didSelectConnectionType
Deprecated. -
getSession
Deprecated. -
didConnectPeer
Deprecated. -
didCancel
Deprecated.
-