GormssonState

@objc
public enum GormssonState : Int

The manager’s state.

  • Uninitialized, wait for a valid state.

    Declaration

    Swift

    case unknown
  • BLE is powered on.

    Declaration

    Swift

    case isPoweredOn
  • You need to turn on BLE.

    Declaration

    Swift

    case needBluetooth
  • BLE was lost or disconnected.

    Declaration

    Swift

    case didLostBluetooth