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