getBoolean

abstract fun getBoolean(key: Int): Boolean

Provides parsed Boolean value if the entry for given key exists with DataType.BOOL type

Return

value associated with the requested key

Parameters

key

key to lookup Boolean value for

Throws

if the key doesn't exist

if the data type doesn't match