PresenceService

interface PresenceService

This interface defines methods for handling user presence information.

Functions

Link copied to clipboard
abstract suspend fun fetchPresence(userId: String): UserPresence

Fetch the given user's presence state.

Link copied to clipboard
abstract suspend fun setMyPresence(presence: PresenceEnum, statusMsg: String? = null)

Update the presence status for the current user.