OTVNetworkAnalytics


@interface OTVNetworkAnalytics : NSObject

The OTVNetworkAnalytics class provides access to playback and network statistics. note: Not all values will be available immediately due to being accumulated over time

  • Declaration

    Objective-C

    @property (nonatomic, readonly) NSInteger error
  • Declaration

    Objective-C

    @property (nonatomic, readonly) NSInteger httpError
  • Declaration

    Objective-C

    @property (nonatomic, readonly, copy) NSString * _Nullable httpErrorMessage
  • Declaration

    Objective-C

    @property (nonatomic, readonly) NSInteger httpErrorUnderlyingErrorCode
  • Declaration

    Objective-C

    @property (nonatomic, readonly, copy) NSString * _Nonnull httpErrorUnderlyingErrorDomain
  • Network analytics related to adaptive streaming

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) id<AdaptiveStreaming> _Nonnull adaptiveStreaming;
  • Network analytics related to network usage

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) id<NetworkUsage> _Nonnull networkUsage;
  • Network analytics related to the content server

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) id<ContentServer> _Nonnull contentServer;