Package org.robovm.apple.gamekit
Interface GKTurnBasedEventHandlerDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
GKTurnBasedEventHandlerDelegateAdapter
@Deprecated public interface GKTurnBasedEventHandlerDelegate extends NSObjectProtocol
Deprecated.
Deprecated in iOS 7.0. Use registerListener on GKLocalPlayer with an object that implements the GKTurnBasedEventListener protocol
-
Method Summary
Modifier and Type Method Description voidhandleInvite(List<String> playersToInvite)Deprecated.Deprecated in iOS 7.0.voidhandleMatchEnded(GKTurnBasedMatch match)Deprecated.Deprecated in iOS 7.0.voidhandleTurnEvent(GKTurnBasedMatch match)Deprecated.Deprecated in iOS 7.0.voidhandleTurnEvent(GKTurnBasedMatch match, boolean didBecomeActive)Deprecated.Deprecated in iOS 7.0.
-
Method Details
-
handleInvite
Deprecated.Deprecated in iOS 7.0. -
handleTurnEvent
Deprecated.Deprecated in iOS 7.0. -
handleTurnEvent
Deprecated.Deprecated in iOS 7.0. -
handleMatchEnded
Deprecated.Deprecated in iOS 7.0.
-