STWVoIPMessage

class STWVoIPMessage : STWBaseMessage

Constructors

Link copied to clipboard
fun STWVoIPMessage()

Properties

Link copied to clipboard
var callCount: Long? = null
Link copied to clipboard
var isEmergency: Boolean = false
Link copied to clipboard
var voIPSessions: List<STWVoIPSession>? = null
Link copied to clipboard
var voipType: Long? = 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