Package com.zendesk.sdk.network
Interface SettingsHelper
-
public interface SettingsHelper
Helper for loading sdk settings. This should only be used by UI components.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
loadSetting(<any> callback)
Load an instance ofSafeMobileSettings
.
-
-
-
Method Detail
-
loadSetting
void loadSetting(<any> callback)
Load an instance ofSafeMobileSettings
. This method determines whether they should be loaded from network or local storage.- Parameters:
callback
- AZendeskCallback
that returnsSafeMobileSettings
or anErrorResponse
-
-