DITTransportDiagnostics

@interface DITTransportDiagnostics : NSObject

Provides a view into the state of the transports being used by DittoKit at a point in time.

  • The transport snapshots that were accurate when the transport diagnostics were obtained.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSArray<DITTransportSnapshot *> *_Nonnull transports;