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 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;