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