Setting Up DittoObjC

  • The entrypoint to the Ditto SDK.

    For a DITDitto instance to continue to connect to other devices it must be kept in scope.

    See more

    Declaration

    Objective-C

    @interface DITDitto : NSObject
  • An optional delegate object that can be used to get updates about events occurring that relate to the DITDitto object that the delegate was tied to.

    See more

    Declaration

    Objective-C

    @protocol DITDittoDelegate <NSObject>