DataStoreEntry

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
abstract class Builder : BaseDeletableDataObject.Builder<T>

Functions

Link copied to clipboard
Link copied to clipboard
open fun create(cursor: Cursor): DataStoreEntry
Link copied to clipboard
abstract fun deleted(): Boolean
Link copied to clipboard
abstract fun id(): Long
Link copied to clipboard
abstract fun key(): String
Link copied to clipboard
abstract fun namespace(): String
Link copied to clipboard
open fun state(): State
Link copied to clipboard
abstract fun syncState(): State
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun value(): String