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 applicationId)
      Gets the settings for this application from a Zendesk instance.
    • Method Detail

      • getSettings

        <any> getSettings(java.lang.String applicationId)
        Gets the settings for this application from a Zendesk instance.
        Parameters:
        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.