Data for diagnostics. More...
Instance Methods | |
| (void) | - addWithName:value: |
| Add a named value. More... | |
| (NSString *) | - componentName |
| Gets the name of the component the data is from. More... | |
| (NSMutableDictionary< NSString *, id > *) | - data |
| Gets the diagnostic data. More... | |
| (NSString *) | - description |
| Serialize DiagnosticsData to a string. More... | |
| (instancetype) | - initWithComponentName: |
| Constructor. More... | |
Class Methods | |
| (FMLiveSwitchDiagnosticsDiagnosticsData *) | + diagnosticsDataWithComponentName: |
| Constructor. More... | |
Data for diagnostics.
| - (NSString*) componentName |
Gets the name of the component the data is from.
| - (NSString*) description |
Serialize DiagnosticsData to a string.
| + (FMLiveSwitchDiagnosticsDiagnosticsData*) diagnosticsDataWithComponentName: | (NSString *) | componentName |
Constructor.
| componentName |
| - (instancetype) initWithComponentName: | (NSString *) | componentName |
Constructor.
| componentName |