Package zendesk.support
Interface HelpCenterSettingsProvider
-
public interface HelpCenterSettingsProvider
This 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 void
getSettings(<any> callback)
Retrieves theHelpCenterSettings
object.
-
-
-
Method Detail
-
getSettings
void getSettings(<any> callback)
Retrieves theHelpCenterSettings
object.- Parameters:
callback
- A callback which will be notified of the result of the call.
-
-