TVOPreflightWarningCleared Class Reference Inherits from NSObject Declared in TVOPreflightReport.h Overview TVOPreflightWarningCleared stores the name of the call quality warning or audio level warning that was raised during the test and subsequently cleared. name Name of the warning that was cleared. @property (nonatomic, strong, readonly, nonnull) NSString *name Declared In TVOPreflightReport.h timestamp Time when the warning was cleared. 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