public interface GKInviteEventListener
| Modifier and Type | Method and Description |
|---|---|
default void |
playerDidAcceptInvite(GKPlayer player,
GKInvite invite)
player:didAcceptInvite: gets called when another player accepts the invite from the local player
|
default void |
playerDidRequestMatchWithPlayers(GKPlayer player,
NSArray<java.lang.String> playerIDsToInvite)
Deprecated.
|
default void |
playerDidRequestMatchWithRecipients(GKPlayer player,
NSArray<? extends GKPlayer> recipientPlayers)
didRequestMatchWithRecipients: gets called when the player chooses to play with another player from Game Center and it launches the game to start matchmaking
|
default void playerDidAcceptInvite(GKPlayer player, GKInvite invite)
@Deprecated default void playerDidRequestMatchWithPlayers(GKPlayer player, NSArray<java.lang.String> playerIDsToInvite)
default void playerDidRequestMatchWithRecipients(GKPlayer player, NSArray<? extends GKPlayer> recipientPlayers)