getLong

abstract fun getLong(key: Int): Long

Provides parsed Long value if the entry for given key exists with DataType.LONG type

Return

value associated with the requested key

Parameters

key

key to lookup Long value for

Throws

if the key doesn't exist

if the data type doesn't match