Package com. streamwide. smartms. lib. core. api_ktx. messages. events
Types
Link copied to clipboard
data class ConversationAdministratorUpdated( val conversationId: Int, val administratorNumbers: List<String>?, val initiatorNumber: String?, val eventType: String) : MessageEvents
Content copied to clipboard
Link copied to clipboard
data class ConversationRecipientUpdated( val conversationId: Int, val groupIds: List<Long>?, val recipientNumbers: List<String>?, val initiatorNumber: String?, val eventType: String) : MessageEvents
Content copied to clipboard
Events related to recipients
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class ConversationUpdated(val conversationId: Int, val eventType: String) : MessageEvents
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class MessageReceived( val conversationId: Int, val messageId: Int, val noNotification: Boolean, val initiatorNumber: String?, val eventType: String) : MessageEvents
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class MessageSentStatusDeliveryUpdated( val conversationId: Int, val messageId: Int, val deliveredTo: String?, val failReason: String?, val eventType: String) : MessageEvents
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class MessageUpdated( val conversationId: Int, val messageId: Int, val eventType: String) : MessageEvents
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class MessageVoipEvents( val conversationId: Int, val messageId: Int, val isOutgoing: Boolean, val eventType: String) : MessageEvents
Content copied to clipboard
Events related to voip
Link copied to clipboard
data class MessagingSettingsChanged(val enabled: Boolean, val eventType: String) : FeatureEvents
Content copied to clipboard
This class is used to represent changes to messaging settings features.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard