Uses of Class
org.robovm.apple.gamekit.GKTransportType
| Package | Description |
|---|---|
| org.robovm.apple.gamekit |
-
Uses of GKTransportType in org.robovm.apple.gamekit
Methods in org.robovm.apple.gamekit that return GKTransportType Modifier and Type Method Description static GKTransportTypeGKTransportType. valueOf(long n)Returns the enum constant of this type with the specified name.static GKTransportTypeGKTransportType. valueOf(String name)Returns the enum constant of this type with the specified name.static GKTransportType[]GKTransportType. 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 GKTransportType Modifier and Type Method Description voidGKGameSession. sendData(NSData data, GKTransportType transport, VoidBlock1<NSError> completionHandler)Deprecated.