BackgroundRestoreMode

public enum BackgroundRestoreMode

Determines how Bluejay should opt-in to CoreBluetooth state restoration.

  • Bluejay will not start CoreBluetooth with state restoration.

    Declaration

    Swift

    case disable
  • Bluejay will start CoreBluetooth with state restoration.

    Declaration

    Swift

    case enable(BackgroundRestoreConfig)