//mapboxpluginoffline/io.github.xit0c.mapboxpluginoffline.utils/requireLong
[androidJvm]
fun Bundle.requireLong(key: String): Long
Returns the value associated with the given key, if exists and is of the desired type. Otherwise throws.
a long value
androidJvm
key | a String |
kotlin.ClassCastException |