Other Protocols

The following protocols are available globally.

  • Provides feedback to the developer about Ditto authentication status.

    See more

    Declaration

    Objective-C

    @protocol DITAuthenticationDelegate <NSObject>
  • Undocumented

    See more

    Declaration

    Objective-C

    @protocol DITBusDelegate <NSObject>
    
    - (void)ditBus:(DITBus *)bus didReceiveMessage:(DITBusMessage *)message;
    
    @end
  • An observation token returned by any observation API in the Ditto SDK. Retain this object to continue receiving updates.

    See more

    Declaration

    Objective-C

    @protocol DITObserver