Conversations

data class Conversations(var client: Client, var conversations: MutableList<Conversation> = mutableListOf())

Constructors

Link copied to clipboard
constructor(client: Client, conversations: MutableList<Conversation> = mutableListOf())

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun newConversation(peerAddress: String, context: Invitation.InvitationV1.Context? = null): Conversation
Link copied to clipboard
Link copied to clipboard
fun stream(): Flow<Conversation>
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard