UserPresenceDao

interface UserPresenceDao

Inheritors

UserPresenceDao_Impl

Functions

Link copied to clipboard
abstract suspend fun delete(userId: UserId)
Link copied to clipboard
abstract suspend fun deleteAll()
Link copied to clipboard
abstract suspend fun get(userId: UserId): RoomUserPresence?
Link copied to clipboard
abstract suspend fun insert(entity: RoomUserPresence)