getLong

abstract fun getLong(key: String): Long?(source)

Retrieves a Long value for the given key.

Return

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

Parameters

key

The key to retrieve the value for