ACSDiagnosticQualityChangedEventArgs Class

Declaration

@interface ACSDiagnosticQualityChangedEventArgs : NSObject;

Description

Event payload containing information of a quality diagnostic change event.

Methods

Properties

value

The new diagnostic quality value.

@property (readonly) ACSDiagnosticQuality value;

name

The name of the diagnostic that changed.

@property (retain, nonnull, readonly) NSString * name;