Uses of Class
org.robovm.apple.gamekit.GKInvite
| Package | Description |
|---|---|
| org.robovm.apple.gamekit |
-
Uses of GKInvite in org.robovm.apple.gamekit
Methods in org.robovm.apple.gamekit that return types with arguments of type GKInvite Modifier and Type Method Description VoidBlock2<GKInvite,NSArray<?>>GKMatchmaker. getInviteHandler()Deprecated.Deprecated in iOS 7.0.Methods in org.robovm.apple.gamekit with parameters of type GKInvite Modifier and Type Method Description voidGKInviteEventListener. didAcceptInvite(GKPlayer player, GKInvite invite)voidGKInviteEventListenerAdapter. didAcceptInvite(GKPlayer player, GKInvite invite)voidGKLocalPlayerListenerAdapter. didAcceptInvite(GKPlayer player, GKInvite invite)protected longGKMatchmakerViewController. init(GKInvite invite)voidGKMatchmaker. match(GKInvite invite, VoidBlock2<GKMatch,NSError> completionHandler)Method parameters in org.robovm.apple.gamekit with type arguments of type GKInvite Modifier and Type Method Description voidGKMatchmaker. setInviteHandler(VoidBlock2<GKInvite,NSArray<?>> v)Deprecated.Deprecated in iOS 7.0.Constructors in org.robovm.apple.gamekit with parameters of type GKInvite Constructor Description GKMatchmakerViewController(GKInvite invite)