Package-level declarations
Types
Link copied to clipboard
data class ChatParticipantDetails(val username: String = "", val image: ImmutableUri = ImmutableUri(), val state: Flow<ChatParticipantState> = flowOf())
Chat Participant Details
Link copied to clipboard
data class ChatParticipantsState(val online: ImmutableList<String> = ImmutableList(), val typing: ImmutableList<String> = ImmutableList(), val offline: ImmutableList<String> = ImmutableList())
Chat Participants State
Link copied to clipboard
Chat Participant State
Link copied to clipboard
Connection State