ws1-framework/com.airwatch.sdk.configuration/AppSettingFlags/get
get¶
open fun get(key: String): Any
Gets the flag value from the in-memory map.
Parameters¶
| Name | Description |
|---|---|
| key | Non-null setting flag key. |
Return¶
Nullable flag value or null if not found.