LocalDataSource

Properties

Link copied to clipboard
abstract val presences: Observable<List<Presence>>

Functions

Link copied to clipboard
abstract fun add(userId: String, presence: Presence)
Link copied to clipboard
abstract fun clear()
Link copied to clipboard
abstract fun get(userId: String): Presence?
Link copied to clipboard
abstract fun getAll(): List<Presence>