Uses of Class
org.robovm.apple.multipeerconnectivity.MCSessionState
| Package | Description |
|---|---|
| org.robovm.apple.multipeerconnectivity |
-
Uses of MCSessionState in org.robovm.apple.multipeerconnectivity
Methods in org.robovm.apple.multipeerconnectivity that return MCSessionState Modifier and Type Method Description static MCSessionStateMCSessionState. valueOf(long n)Returns the enum constant of this type with the specified name.static MCSessionStateMCSessionState. valueOf(String name)Returns the enum constant of this type with the specified name.static MCSessionState[]MCSessionState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.multipeerconnectivity with parameters of type MCSessionState Modifier and Type Method Description voidMCSessionDelegate. didChangeState(MCSession session, MCPeerID peerID, MCSessionState state)voidMCSessionDelegateAdapter. didChangeState(MCSession session, MCPeerID peerID, MCSessionState state)