TVOPreflightWarning Class Reference
Inherits from | NSObject |
---|---|
Declared in | TVOPreflightReport.h |
Overview
TVOPreflightWarning
stores the call quality warning or audio level warning
parameters received during the test.
name
Name of the warning received.
@property (nonatomic, strong, readonly, nonnull) NSString *name
Declared In
TVOPreflightReport.h
threshold
Threshold value at which the warning was triggered.
@property (nonatomic, strong, readonly, nonnull) NSString *threshold
Declared In
TVOPreflightReport.h
values
Set of values of the underlying parameter that triggered the warning.
@property (nonatomic, strong, readonly, nonnull) NSString *values
Declared In
TVOPreflightReport.h
timestamp
Time when the warning was triggered. Unix timestamp in milliseconds.
@property (nonatomic, assign, readonly) CFTimeInterval timestamp
Declared In
TVOPreflightReport.h
– init
Developers shouldn’t initialize this class directly.
- (null_unspecified instancetype)init
Declared In
TVOPreflightReport.h