ZelloImageMessage

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.

Link copied to clipboard

Full-size image, if available. One of thumbnail or image will be not-null.

Link copied to clipboard

Whether the message was received or sent.

Link copied to clipboard

Thumbnail image, if available. One of thumbnail or image will be not-null.

Link copied to clipboard

Message timestamp in milliseconds since the epoch