Uses of Class
org.robovm.apple.gamekit.GKPeerPickerConnectionType
| Package | Description |
|---|---|
| org.robovm.apple.gamekit |
-
Uses of GKPeerPickerConnectionType in org.robovm.apple.gamekit
Methods in org.robovm.apple.gamekit that return GKPeerPickerConnectionType Modifier and Type Method Description GKPeerPickerConnectionTypeGKPeerPickerController. getConnectionTypesMask()Deprecated.static GKPeerPickerConnectionTypeGKPeerPickerConnectionType. valueOf(long n)Deprecated.Returns the enum constant of this type with the specified name.static GKPeerPickerConnectionTypeGKPeerPickerConnectionType. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static GKPeerPickerConnectionType[]GKPeerPickerConnectionType. 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 GKPeerPickerConnectionType Modifier and Type Method Description voidGKPeerPickerControllerDelegate. didSelectConnectionType(GKPeerPickerController picker, GKPeerPickerConnectionType type)Deprecated.voidGKPeerPickerControllerDelegateAdapter. didSelectConnectionType(GKPeerPickerController picker, GKPeerPickerConnectionType type)GKSessionGKPeerPickerControllerDelegate. getSession(GKPeerPickerController picker, GKPeerPickerConnectionType type)Deprecated.GKSessionGKPeerPickerControllerDelegateAdapter. getSession(GKPeerPickerController picker, GKPeerPickerConnectionType type)voidGKPeerPickerController. setConnectionTypesMask(GKPeerPickerConnectionType v)Deprecated.