Airship Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Airship Android SDK
urbanairship-core
/
com.urbanairship.json
/
JsonValue
/
requireString
require
String
@
NonNull
open
fun
requireString
(
)
:
String
Requires the value to be a String or a JsonException will be thrown.
Return
The value as a string.
Throws
Json
Exception