Setting Up DittoSyncKit

  • The entrypoint to the DittoSyncKit SDK.

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

    See more

    Declaration

    Objective-C

    @interface DITDittoSyncKit : 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 DITDittoSyncKit object that the delegate was tied to.

    See more

    Declaration

    Objective-C

    @protocol DITDittoSyncKitDelegate <NSObject>