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 *nameDeclared In
TVOPreflightReport.h
  threshold
	Threshold value at which the warning was triggered.
@property (nonatomic, strong, readonly, nonnull) NSString *thresholdDeclared In
TVOPreflightReport.h
  values
	Set of values of the underlying parameter that triggered the warning.
@property (nonatomic, strong, readonly, nonnull) NSString *valuesDeclared In
TVOPreflightReport.h
  timestamp
	Time when the warning was triggered. Unix timestamp in milliseconds.
@property (nonatomic, assign, readonly) CFTimeInterval timestampDeclared In
TVOPreflightReport.h
– init
	Developers shouldn’t initialize this class directly.
- (null_unspecified instancetype)initDeclared In
TVOPreflightReport.h