Uses of Class
org.robovm.apple.gamekit.GKSendDataMode
| Package | Description |
|---|---|
| org.robovm.apple.gamekit |
-
Uses of GKSendDataMode in org.robovm.apple.gamekit
Methods in org.robovm.apple.gamekit that return GKSendDataMode Modifier and Type Method Description static GKSendDataModeGKSendDataMode. valueOf(long n)Deprecated.Returns the enum constant of this type with the specified name.static GKSendDataModeGKSendDataMode. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static GKSendDataMode[]GKSendDataMode. values()Deprecated.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 GKSendDataMode Modifier and Type Method Description booleanGKSession. sendData(NSData data, List<String> peers, GKSendDataMode mode)Deprecated.Deprecated in iOS 7.0.booleanGKSession. sendDataToAllPeers(NSData data, GKSendDataMode mode)Deprecated.Deprecated in iOS 7.0.