WCSessionActivationState Enum

Definition

Enumerates session states.

[ObjCRuntime.Watch(2, 2)]
public enum WCSessionActivationState
type WCSessionActivationState = 
Inheritance
WCSessionActivationState
Attributes

Fields

Activated 2

Indicates that the seesion is activated and the watch app and iOS can communicate.

Inactive 1

Indicates that the session is deactivating. Data can be received by the app, but not sent to the phone.

NotActivated 0

Indicates that the session is inactive and the watch and the phone are not connected.

Applies to