Debugging

  • All of the error code values for NSError‘s with the DITDomain domain.

    See more

    Declaration

    Objective-C

    enum DITErrorCode : NSInteger {}
  • Undocumented

    Declaration

    Objective-C

    FOUNDATION_EXPORT NSString *__nonnull const DITDomain
  • A token returned by calling observePeers on a DITDitto object.

    Retain this object to continue receiving callback updates.

    See more

    Declaration

    Objective-C

    @interface DITPeersObserver : NSObject
  • A summary snapshot of the types of connections currently active to a remote peer.

    See more

    Declaration

    Objective-C

    @interface DITRemotePeer : NSObject
  • Provides a view into the state of the transports being used by Ditto at a point in time.

    See more

    Declaration

    Objective-C

    @interface DITTransportDiagnostics : NSObject
  • Provides information about a given transport at a point in time.

    See more

    Declaration

    Objective-C

    @interface DITTransportSnapshot : NSObject
  • The log level types that DittoObjC supports.

    See more

    Declaration

    Objective-C

    enum DITLogLevel : NSUInteger {}
  • The different conditions that a transport can be in at a point in time.

    See more

    Declaration

    Objective-C

    enum DITTransportCondition : NSUInteger {}
  • The subsystem which is reporting a condition change.

    See more

    Declaration

    Objective-C

    enum DITConditionSource : NSUInteger {}