Airship Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Airship Android SDK
urbanairship-core
/
com.urbanairship.json
/
requireMap
require
Map
fun
JsonMap
.
requireMap
(
key
:
String
)
:
JsonMap
Gets a map with the given
key
from the
JsonMap
.
Throws
Json
Exception
if the field is undefined or is not a valid
JsonMap
.