ACSDiagnosticFlagChangedEventArgs Class

Declaration

@interface ACSDiagnosticFlagChangedEventArgs : NSObject;

Description

Event payload containing information of a boolean diagnostic change event.

Methods

Properties

value

The new diagnostic value.

@property (readonly) BOOL value;

name

The name of the diagnostic that changed.

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