putLong

fun putLong(key: String?, value: Long): Boolean

Sets a long value in the shared preferences.

Return

true if the value was set successfully, false otherwise.

Parameters

key

The name of the preference to modify.

value

The new value for the preference.