Uses of Class
org.robovm.apple.gamekit.GKPeerConnectionState
| Package | Description |
|---|---|
| org.robovm.apple.gamekit |
-
Uses of GKPeerConnectionState in org.robovm.apple.gamekit
Methods in org.robovm.apple.gamekit that return GKPeerConnectionState Modifier and Type Method Description static GKPeerConnectionStateGKPeerConnectionState. valueOf(long n)Deprecated.Returns the enum constant of this type with the specified name.static GKPeerConnectionStateGKPeerConnectionState. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static GKPeerConnectionState[]GKPeerConnectionState. 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 GKPeerConnectionState Modifier and Type Method Description voidGKSessionDelegate. didChangeState(GKSession session, String peerID, GKPeerConnectionState state)Deprecated.voidGKSessionDelegateAdapter. didChangeState(GKSession session, String peerID, GKPeerConnectionState state)List<String>GKSession. getPeers(GKPeerConnectionState state)Deprecated.Deprecated in iOS 7.0.