ws1-framework/com.airwatch.sdk.context/SDKContext/fetchSDKSettings
fetchSDKSettings¶
abstract fun fetchSDKSettings(listener: ISdkFetchSettingsListener)
Initiates SDK settings fetch. The settings will be stored in the database and cached in the SDKContextManager.
Parameters¶
| Name | Description |
|---|---|
| listener | a callback to be notified when the fetch is completed. |
Throws¶
| Exception | Condition |
|---|---|
| com.airwatch.sdk.context.SDKContextException | if is not initialized . |