Uses of Class
org.robovm.apple.gamekit.GKVoiceChatPlayerState
| Package | Description |
|---|---|
| org.robovm.apple.gamekit |
-
Uses of GKVoiceChatPlayerState in org.robovm.apple.gamekit
Methods in org.robovm.apple.gamekit that return GKVoiceChatPlayerState Modifier and Type Method Description static GKVoiceChatPlayerStateGKVoiceChatPlayerState. valueOf(long n)Returns the enum constant of this type with the specified name.static GKVoiceChatPlayerStateGKVoiceChatPlayerState. valueOf(String name)Returns the enum constant of this type with the specified name.static GKVoiceChatPlayerState[]GKVoiceChatPlayerState. 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 GKVoiceChatPlayerState Modifier and Type Method Description VoidBlock2<NSString,GKVoiceChatPlayerState>GKVoiceChat. getPlayerStateUpdateHandler()Deprecated.Deprecated in iOS 8.0.VoidBlock2<GKPlayer,GKVoiceChatPlayerState>GKVoiceChat. getPlayerVoiceChatStateDidChangeHandler()Method parameters in org.robovm.apple.gamekit with type arguments of type GKVoiceChatPlayerState Modifier and Type Method Description voidGKVoiceChat. setPlayerStateUpdateHandler(VoidBlock2<NSString,GKVoiceChatPlayerState> v)Deprecated.Deprecated in iOS 8.0.voidGKVoiceChat. setPlayerVoiceChatStateDidChangeHandler(VoidBlock2<GKPlayer,GKVoiceChatPlayerState> v)