Enums

The following enums are available globally.

  • Indicates a successful or failed read attempt, where the success case contains the value read.

    See more

    Declaration

    Swift

    public enum ReadResult<R>
  • Determines how Bluejay should opt-in to CoreBluetooth state restoration.

    See more

    Declaration

    Swift

    public enum BackgroundRestoreMode
  • Indicates a successful or failed write attempt.

    See more

    Declaration

    Swift

    public enum WriteResult
  • Indicates whether the current listening action on a characteristic should continue or end.

    See more

    Declaration

    Swift

    public enum ListenAction