Package zendesk.support
Interface HelpCenterSettingsProvider
- 
public interface HelpCenterSettingsProviderThis provider is used internally by the SDK and does not need to be called explicitly. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidgetSettings(<any> callback)Retrieves theHelpCenterSettingsobject. 
 - 
 
- 
- 
Method Detail
- 
getSettings
void getSettings(<any> callback)
Retrieves theHelpCenterSettingsobject.- Parameters:
 callback- A callback which will be notified of the result of the call.
 
 - 
 
 -