Package com.zendesk.sdk.network
Interface SettingsHelper
-
public interface SettingsHelperHelper 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 voidloadSetting(<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- AZendeskCallbackthat returnsSafeMobileSettingsor anErrorResponse
-
-