ConversationConfig
Configuration either to create a new conversation or restore a previously created conversation:
Constructors
ConversationConfig
Parameters
title:
String?
OptionalConversation title
isDirect:
Boolean
Whether a conversation is direct
isPublicJoin:
Boolean
Whether a conversation is public
isUber:
Boolean
Whether a conversation is uber
participants:
List<ConversationParticipant>?
OptionalThe list of conversation participants
customData:
Map<String, Any>?
OptionalThe conversation custom data
Methods
toString
String
toString()Returns
type:
String
Props
customData
Map<String, Any>?
customDataThe conversation custom data
Returns
type:
Map<String, Any>?
isDirect
Boolean
isDirectWhether a conversation is direct
Returns
type:
Boolean
isPublicJoin
Boolean
isPublicJoinWhether a conversation is public
Returns
type:
Boolean
isUber
Boolean
isUberWhether a conversation is uber
Returns
type:
Boolean
participants
List<ConversationParticipant>?
participantsThe list of conversation participants
Returns
type:
List<ConversationParticipant>?
title
String?
titleConversation title
Returns
type:
String?