ws1-framework/com.airwatch.sdk.configuration/AppSettingsContext/getFlags
getFlags¶
abstract fun getFlags(): AppSettingFlags
Returns an instance of AppSettingFlags that contains all the flags the application needs to communicate with the SDK framework. These flags are in-memory and the app needs to take care of the storage and making it available when the SDK needs it.
Return¶
Nullable AppSettingFlags instance or null if not applicable.