KeyValueStore

interface KeyValueStore

Key-value store interface

Functions

Link copied to clipboard
abstract fun getLong(key: String, defaultVal: Long): Long
Link copied to clipboard
abstract fun putLong(key: String, value: Long): Boolean

Inheritors

Link copied to clipboard