ConversationUI

class ConversationUI(conversation: Conversation, chatActivityClazz: Class<*>, chatCustomNotificationActivityClazz: Class<*>? = null) : Conversation

The conversation UI

Constructors

Link copied to clipboard
constructor(conversation: Conversation, chatActivityClazz: Class<*>, chatCustomNotificationActivityClazz: Class<*>? = null)

Properties

Link copied to clipboard

The chat actions that will be set on every chat

Link copied to clipboard
open override val state: StateFlow<State>
Link copied to clipboard

WithUI flag, set to true to show the chat notifications, false otherwise

Functions

Link copied to clipboard
fun chat(context: Context, userId: String): Result<ChatUI>

Given a user, open a chat ui.

fun chat(context: Context, userIds: List<String>, friendlyName: String? = null): Result<ChatUI>

Given a list of users, open a chat ui.

Link copied to clipboard
open suspend override fun fetch(count: Int): Result<List<Chat>>
Link copied to clipboard
open override fun find(chatId: String): Deferred<Result<ChatUI>>
Link copied to clipboard
fun show(context: Context, chat: Chat)

fun show(context: Context, loggedUserId: String?, chat: ChatUI)

Show the chat ui