Setting Up DittoKit

  • The entrypoint to the DittoKit SDK.

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

    See more

    Declaration

    Objective-C

    @interface DITDittoKit : NSObject
  • An abstract class that is used to represent any of the transports that Ditto can use.

    See more

    Declaration

    Objective-C

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

    See more

    Declaration

    Objective-C

    @protocol DITDittoKitDelegate <NSObject>