Setting Up DittoKit
-
The entrypoint to the DittoKit SDK.
For a
See moreDITDittoKitinstance to continue to connect to other devices it must be kept in scope.Declaration
Objective-C
@interface DITDittoKit : NSObject -
An abstract class that is used to represent any of the transports that Ditto can use.
See moreDeclaration
Objective-C
@interface DITTransport : NSObject -
An optional delegate object that can be used to get updates about events occurring that relate to the
See moreDITDittoKitobject that the delegate was tied to.Declaration
Objective-C
@protocol DITDittoKitDelegate <NSObject>
Setting Up DittoKit Reference