Package zendesk.support
Interface SupportSettingsProvider
-
public interface SupportSettingsProviderThis 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 theSupportSettingswrapped in aSupportSdkSettingsobject.
-
-
-
Method Detail
-
getSettings
void getSettings(<any> callback)
Retrieves theSupportSettingswrapped in aSupportSdkSettingsobject.- Parameters:
callback- A callback which will be notified of the result of the call.- Since:
- 2.0.0
-
-