getInt

open override fun getInt(key: String): Int?(source)

Retrieves an Int value for the given key.

Return

The Int value, or null if no value exists for the key

Parameters

key

The key to retrieve the value for