WearableDeviceSessionState

@frozen
public enum WearableDeviceSessionState

Indicates the state of a WearableDeviceSession.

  • Indicates that the session is currently closed.

    Declaration

    Swift

    case closed
  • Indicates that the session is currently being opened.

    Declaration

    Swift

    case opening
  • Indicates that the session is currently open.

    Declaration

    Swift

    case open