Uses of Class
org.robovm.apple.gamekit.GKConnectionState
| Package | Description |
|---|---|
| org.robovm.apple.gamekit |
-
Uses of GKConnectionState in org.robovm.apple.gamekit
Methods in org.robovm.apple.gamekit that return GKConnectionState Modifier and Type Method Description static GKConnectionStateGKConnectionState. valueOf(long n)Returns the enum constant of this type with the specified name.static GKConnectionStateGKConnectionState. valueOf(String name)Returns the enum constant of this type with the specified name.static GKConnectionState[]GKConnectionState. 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 GKConnectionState Modifier and Type Method Description voidGKGameSessionEventListener. didChangeConnectionState(GKGameSession session, GKCloudPlayer player, GKConnectionState newState)Deprecated.voidGKGameSessionEventListenerAdapter. didChangeConnectionState(GKGameSession session, GKCloudPlayer player, GKConnectionState newState)NSArray<GKCloudPlayer>GKGameSession. getPlayers(GKConnectionState state)Deprecated.voidGKGameSession. setConnectionState(GKConnectionState state, VoidBlock1<NSError> completionHandler)Deprecated.