Uses of Class
org.robovm.apple.gamekit.GKMatchmakingMode
| Package | Description |
|---|---|
| org.robovm.apple.gamekit |
-
Uses of GKMatchmakingMode in org.robovm.apple.gamekit
Methods in org.robovm.apple.gamekit that return GKMatchmakingMode Modifier and Type Method Description GKMatchmakingModeGKMatchmakerViewController. getMatchmakingMode()GKMatchmakingModeGKTurnBasedMatchmakerViewController. getMatchmakingMode()static GKMatchmakingModeGKMatchmakingMode. valueOf(long n)Returns the enum constant of this type with the specified name.static GKMatchmakingModeGKMatchmakingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static GKMatchmakingMode[]GKMatchmakingMode. 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 GKMatchmakingMode Modifier and Type Method Description voidGKMatchmakerViewController. setMatchmakingMode(GKMatchmakingMode v)voidGKTurnBasedMatchmakerViewController. setMatchmakingMode(GKMatchmakingMode v)