Uses of Class
org.robovm.apple.gamekit.GKInviteRecipientResponse
| Package | Description |
|---|---|
| org.robovm.apple.gamekit |
-
Uses of GKInviteRecipientResponse in org.robovm.apple.gamekit
Methods in org.robovm.apple.gamekit that return GKInviteRecipientResponse Modifier and Type Method Description static GKInviteRecipientResponseGKInviteRecipientResponse. valueOf(long n)Returns the enum constant of this type with the specified name.static GKInviteRecipientResponseGKInviteRecipientResponse. valueOf(String name)Returns the enum constant of this type with the specified name.static GKInviteRecipientResponse[]GKInviteRecipientResponse. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.gamekit that return types with arguments of type GKInviteRecipientResponse Modifier and Type Method Description VoidBlock2<NSString,GKInviteRecipientResponse>GKMatchRequest. getInviteeResponseHandler()Deprecated.Deprecated in iOS 8.0.VoidBlock2<GKPlayer,GKInviteRecipientResponse>GKMatchRequest. getRecipientResponseHandler()Method parameters in org.robovm.apple.gamekit with type arguments of type GKInviteRecipientResponse Modifier and Type Method Description voidGKMatchRequest. setInviteeResponseHandler(VoidBlock2<NSString,GKInviteRecipientResponse> v)Deprecated.Deprecated in iOS 8.0.voidGKMatchRequest. setRecipientResponseHandler(VoidBlock2<GKPlayer,GKInviteRecipientResponse> v)