Zello History Alert Message
data class ZelloHistoryAlertMessage(val contact: ZelloContact, val channelUser: ZelloChannel.User? = null, val timestamp: Long, val historyId: String, val incoming: Boolean, val text: String) : ZelloHistoryMessage
A Zello history alert message.
Constructors
Link copied to clipboard
constructor(contact: ZelloContact, channelUser: ZelloChannel.User? = null, timestamp: Long, historyId: String, incoming: Boolean, text: String)
Properties
Link copied to clipboard
If incoming, the user that sent or received the message, if the message was sent or received in a channel. If outgoing, null.
Link copied to clipboard
The contact that sent or received the message. If this is a channel, the contact will be the ZelloChannel.