Package org.robovm.apple.gamekit
Interface GKInviteEventListener
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
GKLocalPlayerListener
- All Known Implementing Classes:
GKInviteEventListenerAdapter,GKLocalPlayerListenerAdapter
public interface GKInviteEventListener extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description voiddidAcceptInvite(GKPlayer player, GKInvite invite)voiddidRequestMatch(GKPlayer player, List<String> playerIDsToInvite)Deprecated.Deprecated in iOS 8.0.voiddidRequestMatch(GKPlayer player, NSArray<GKPlayer> recipientPlayers)
-
Method Details
-
didAcceptInvite
-
didRequestMatch
-
didRequestMatch
Deprecated.Deprecated in iOS 8.0. This method is obsolete. It will never be invoked its implementation does nothing, use player:didRequestMatchWithRecipients:
-