Package apple.gamekit.protocol
Interface GKLocalPlayerListener
-
- All Superinterfaces:
GKChallengeListener,GKInviteEventListener,GKSavedGameListener,GKTurnBasedEventListener
public interface GKLocalPlayerListener extends GKChallengeListener, GKInviteEventListener, GKTurnBasedEventListener, GKSavedGameListener
-
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default voidplayerDidRequestMatchWithPlayers(GKPlayer player, NSArray<java.lang.String> playerIDsToInvite)Deprecated.-
Methods inherited from interface apple.gamekit.protocol.GKChallengeListener
playerDidCompleteChallengeIssuedByFriend, playerDidReceiveChallenge, playerIssuedChallengeWasCompletedByFriend, playerWantsToPlayChallenge
-
Methods inherited from interface apple.gamekit.protocol.GKInviteEventListener
playerDidAcceptInvite, playerDidRequestMatchWithRecipients
-
Methods inherited from interface apple.gamekit.protocol.GKSavedGameListener
playerDidModifySavedGame, playerHasConflictingSavedGames
-
Methods inherited from interface apple.gamekit.protocol.GKTurnBasedEventListener
playerDidRequestMatchWithOtherPlayers, playerMatchEnded, playerReceivedExchangeCancellationForMatch, playerReceivedExchangeRepliesForCompletedExchangeForMatch, playerReceivedExchangeRequestForMatch, playerReceivedTurnEventForMatchDidBecomeActive, playerWantsToQuitMatch
-
-
-
-
Method Detail
-
playerDidRequestMatchWithPlayers
@Deprecated default void playerDidRequestMatchWithPlayers(GKPlayer player, NSArray<java.lang.String> playerIDsToInvite)
Deprecated.Description copied from interface:GKInviteEventListenerThis method is obsolete. It will never be invoked and its implementation does nothing**- Specified by:
playerDidRequestMatchWithPlayersin interfaceGKInviteEventListener- Specified by:
playerDidRequestMatchWithPlayersin interfaceGKTurnBasedEventListener
-
-