CreationType

sealed class CreationType

Data needed to create each type of chat

Types

Link copied to clipboard
class Group(name: String, participants: List<String>) : CreationType

Data needed to create a Group chat.

Link copied to clipboard
class Individual(userJid: String) : CreationType

Data needed to create a One to One chat.

Inheritors

Link copied to clipboard
Link copied to clipboard