Package org.robovm.apple.gamekit
Interface GKChallengeEventHandlerDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
GKChallengeEventHandlerDelegateAdapter
@Deprecated public interface GKChallengeEventHandlerDelegate extends NSObjectProtocol
Deprecated.
Deprecated in iOS 7.0. You should instead implement the GKChallengeListener protocol and register a listener with GKLocalPlayer.
-
Method Summary
Modifier and Type Method Description voidlocalPlayerDidCompleteChallenge(GKChallenge challenge)Deprecated.voidlocalPlayerDidReceiveChallenge(GKChallenge challenge)Deprecated.voidlocalPlayerDidSelectChallenge(GKChallenge challenge)Deprecated.voidremotePlayerDidCompleteChallenge(GKChallenge challenge)Deprecated.booleanshouldShowBannerForLocallyCompletedChallenge(GKChallenge challenge)Deprecated.booleanshouldShowBannerForLocallyReceivedChallenge(GKChallenge challenge)Deprecated.booleanshouldShowBannerForRemotelyCompletedChallenge(GKChallenge challenge)Deprecated.
-
Method Details
-
localPlayerDidSelectChallenge
Deprecated. -
shouldShowBannerForLocallyReceivedChallenge
Deprecated. -
localPlayerDidReceiveChallenge
Deprecated. -
shouldShowBannerForLocallyCompletedChallenge
Deprecated. -
localPlayerDidCompleteChallenge
Deprecated. -
shouldShowBannerForRemotelyCompletedChallenge
Deprecated. -
remotePlayerDidCompleteChallenge
Deprecated.
-