Uses of Class
org.robovm.apple.gamekit.GKMatchSendDataMode
| Package | Description |
|---|---|
| org.robovm.apple.gamekit |
-
Uses of GKMatchSendDataMode in org.robovm.apple.gamekit
Methods in org.robovm.apple.gamekit that return GKMatchSendDataMode Modifier and Type Method Description static GKMatchSendDataModeGKMatchSendDataMode. valueOf(long n)Returns the enum constant of this type with the specified name.static GKMatchSendDataModeGKMatchSendDataMode. valueOf(String name)Returns the enum constant of this type with the specified name.static GKMatchSendDataMode[]GKMatchSendDataMode. 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 GKMatchSendDataMode Modifier and Type Method Description booleanGKMatch. sendDataToAllPlayers(NSData data, GKMatchSendDataMode mode)booleanGKMatch. sendDataToPlayers(NSData data, List<String> playerIDs, GKMatchSendDataMode mode)Deprecated.Deprecated in iOS 8.0.booleanGKMatch. sendDataToPlayers(NSData data, NSArray<GKPlayer> players, GKMatchSendDataMode mode)