mapbox-plugin-offline

//mapboxpluginoffline/io.github.xit0c.mapboxpluginoffline.utils/requireLong

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.

Return

a long value

Parameters

androidJvm

   
key a String

Throws

   
kotlin.ClassCastException