Package com.zendesk.sdk.network
Interface SdkSettingsService
-
public interface SdkSettingsService
Defines the operations that can be carried out on the Zendesk mobile SDK settings APIs.These APIs are used to retrieve settings that control features of the SDK. This interface will be implemented by the
SdkSettingsService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description <any>
getSettings(java.lang.String deviceLocale, java.lang.String applicationId)
Gets the settings for this application from a Zendesk instance.
-
-
-
Method Detail
-
getSettings
<any> getSettings(java.lang.String deviceLocale, java.lang.String applicationId)
Gets the settings for this application from a Zendesk instance.- Parameters:
deviceLocale
- The string representation of the device's locale in the format of [language]-[COUNTRY]. This will influence the language of content that is retrieved by some services likeHelpCenterProvider
applicationId
- The id of your application as defined in the sdk application's page on the Lotus web UI.- Returns:
- The Call object for the API call, before it has been executed or enqueued.
-
-