Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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;