ListenRestoreAction

public enum ListenRestoreAction

Available actions to take on an unhandled listen event from background restoration.

  • Bluejay will continue to receive but do nothing with the incoming listen events until a new listener is installed.

    Declaration

    Swift

    case promiseRestoration
  • Bluejay will attempt to turn off notifications on the peripheral.

    Declaration

    Swift

    case stopListen