getInt

abstract fun getInt(key: Int): Int

Provides parsed Int value if the entry for given key exists with DataType.INT type

Return

value associated with the requested key

Parameters

key

key to lookup Int value for

Throws

if the key doesn't exist

if the data type doesn't match