Uses of Class
org.robovm.apple.watchconnectivity.WCSessionActivationState
| Package | Description |
|---|---|
| org.robovm.apple.watchconnectivity |
-
Uses of WCSessionActivationState in org.robovm.apple.watchconnectivity
Methods in org.robovm.apple.watchconnectivity that return WCSessionActivationState Modifier and Type Method Description WCSessionActivationStateWCSession. getActivationState()static WCSessionActivationStateWCSessionActivationState. valueOf(long n)Returns the enum constant of this type with the specified name.static WCSessionActivationStateWCSessionActivationState. valueOf(String name)Returns the enum constant of this type with the specified name.static WCSessionActivationState[]WCSessionActivationState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.watchconnectivity with parameters of type WCSessionActivationState Modifier and Type Method Description voidWCSessionDelegate. activationDidComplete(WCSession session, WCSessionActivationState activationState, NSError error)voidWCSessionDelegateAdapter. activationDidComplete(WCSession session, WCSessionActivationState activationState, NSError error)