Uses of Class
org.robovm.apple.gamekit.GKPlayerConnectionState
| Package | Description |
|---|---|
| org.robovm.apple.gamekit |
-
Uses of GKPlayerConnectionState in org.robovm.apple.gamekit
Methods in org.robovm.apple.gamekit that return GKPlayerConnectionState Modifier and Type Method Description static GKPlayerConnectionStateGKPlayerConnectionState. valueOf(long n)Returns the enum constant of this type with the specified name.static GKPlayerConnectionStateGKPlayerConnectionState. valueOf(String name)Returns the enum constant of this type with the specified name.static GKPlayerConnectionState[]GKPlayerConnectionState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.gamekit with parameters of type GKPlayerConnectionState Modifier and Type Method Description voidGKMatchDelegate. didChangeConnectionState(GKMatch match, GKPlayer player, GKPlayerConnectionState state)voidGKMatchDelegateAdapter. didChangeConnectionState(GKMatch match, GKPlayer player, GKPlayerConnectionState state)voidGKMatchDelegate. didChangeState(GKMatch match, String playerID, GKPlayerConnectionState state)Deprecated.Deprecated in iOS 8.0.voidGKMatchDelegateAdapter. didChangeState(GKMatch match, String playerID, GKPlayerConnectionState state)Deprecated.Deprecated in iOS 8.0.