STWMGMMessage

open class STWMGMMessage : STWBaseMessage

Constructors

Link copied to clipboard
fun STWMGMMessage()

Properties

Link copied to clipboard
var attachment: STWBaseAttachment? = null
Link copied to clipboard
var attachmentId: Int? = null
Link copied to clipboard
var body: String? = null
Link copied to clipboard
var isAckRequired: Boolean = false
Link copied to clipboard
var isAckSent: Boolean = false
Link copied to clipboard
var isDraft: Boolean = false
Link copied to clipboard
var isForwarded: Boolean = false
Link copied to clipboard
var isRead: Boolean = false
Link copied to clipboard
var localizedBody: String? = null
Link copied to clipboard
var sender: STWSingleContact? = null
Link copied to clipboard
var senderPhoneNumber: String? = null
Link copied to clipboard
var serverId: Long? = null
Link copied to clipboard
var status: Int? = null
Link copied to clipboard
var uuid: String? = null

Inherited properties

Link copied to clipboard
var boxType: Int? = null
Link copied to clipboard
var localDate: String? = null
Link copied to clipboard
var messageId: Int? = null
Link copied to clipboard
var messageType: Int
Link copied to clipboard
var serverdate: String? = null
Link copied to clipboard
var threadId: Int? = null

Functions

Link copied to clipboard
open override fun contentEquals(other: STWBaseMessage?): Boolean

Inherited functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String

Inheritors

Link copied to clipboard