Interface SettingsHelper



  • public interface SettingsHelper
    Helper for loading sdk settings. This should only be used by UI components.
    • Method Detail

      • loadSetting

        void loadSetting(<any> callback)
        Load an instance of SafeMobileSettings. This method determines whether they should be loaded from network or local storage.
        Parameters:
        callback - A ZendeskCallback that returns SafeMobileSettings or an ErrorResponse