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 moreDeclaration
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 moreDeclaration
Objective-C
@protocol DBSerializable <NSObject>Swift
protocol DBSerializable : NSObjectProtocol
View on GitHub
Other Protocols Reference