Zello Image Message
data class ZelloImageMessage(val contact: ZelloContact, val thumbnail: Bitmap?, val image: Bitmap?, val incoming: Boolean, val timestamp: Long, val channelUser: ZelloChannel.User? = null)
A Zello image message.
Constructors
Link copied to clipboard
constructor(contact: ZelloContact, thumbnail: Bitmap?, image: Bitmap?, incoming: Boolean, timestamp: Long, channelUser: ZelloChannel.User? = null)
Properties
Link copied to clipboard
If incoming, the author that sent the message, if the message was sent in a channel. If outgoing, null.
Link copied to clipboard
The contact that sent or received the message. If this is a channel message, the contact will be the ZelloChannel.