STWServiceMessage

class STWServiceMessage : STWBaseMessage

Constructors

Link copied to clipboard
fun STWServiceMessage()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var action: Long? = null
Link copied to clipboard
var impactedGroup: STWGroup? = null
Link copied to clipboard
var impactedGroupId: Long? = null

the group who is impacted by the action

Link copied to clipboard
var impactedSubscriber: STWSingleContact? = null
Link copied to clipboard
var impactedSubscriberPhoneNumber: String? = null

the subscriber who is impacted by the action

Link copied to clipboard
var newConversationName: String? = null

the new conversation name

Link copied to clipboard
var oldConversationName: String? = null

the old conversation name

Link copied to clipboard
var owner: STWSingleContact? = null

the user who done the action

Link copied to clipboard
var ownerPhoneNumber: String? = null

the user's phone number who done the action

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