Other Protocols

The following protocols are available globally.

  • Protocol for handling loading status during auth flow. Implementing class could show custom UX to reflect loading status.

    See more

    Declaration

    Objective-C

    @protocol DBLoadingStatusDelegate <NSObject>

    Swift

    protocol DBLoadingStatusDelegate : NSObjectProtocol
  • Protocol which all Obj-C SDK API route objects must implement, otherwise a compiler-warning is generated.

    See more

    Declaration

    Objective-C

    @protocol DBSerializable <NSObject>

    Swift

    protocol DBSerializable : NSObjectProtocol