<FMLiveSwitchDiagnosticsIDiagnosticsProvider> Protocol Reference

Interface for a component that provides diagnostic information. More...

Instance Methods

(NSString *) - componentName
 Gets the Component Name of the Provider. More...
 
(FMLiveSwitchDiagnosticsDiagnosticsData *) - getDiagnostics
 Gets the diagnostic data for this component. More...
 

Detailed Description

Interface for a component that provides diagnostic information.

Method Documentation

◆ componentName

- (NSString*) componentName

Gets the Component Name of the Provider.

◆ getDiagnostics

Gets the diagnostic data for this component.

Returns
A FMLiveSwitchDiagnosticsDiagnosticsData object containing the component's diagnostic information.