STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api_ktx.messages.model
/
STWMGMMessage
STWMGMMessage
open
class
STWMGMMessage
:
STWBaseMessage
Content copied to clipboard
Constructors
Functions
Inherited functions
Properties
Inherited properties
Inheritors
Constructors
STWMGMMessage
Link copied to clipboard
fun
STWMGMMessage
(
)
Content copied to clipboard
Properties
attachment
Link copied to clipboard
var
attachment
:
STWBaseAttachment
?
=
null
Content copied to clipboard
attachmentId
Link copied to clipboard
var
attachmentId
:
Int
?
=
null
Content copied to clipboard
body
Link copied to clipboard
var
body
:
String
?
=
null
Content copied to clipboard
isAckRequired
Link copied to clipboard
var
isAckRequired
:
Boolean
=
false
Content copied to clipboard
isAckSent
Link copied to clipboard
var
isAckSent
:
Boolean
=
false
Content copied to clipboard
isDraft
Link copied to clipboard
var
isDraft
:
Boolean
=
false
Content copied to clipboard
isForwarded
Link copied to clipboard
var
isForwarded
:
Boolean
=
false
Content copied to clipboard
isRead
Link copied to clipboard
var
isRead
:
Boolean
=
false
Content copied to clipboard
localizedBody
Link copied to clipboard
var
localizedBody
:
String
?
=
null
Content copied to clipboard
sender
Link copied to clipboard
var
sender
:
STWSingleContact
?
=
null
Content copied to clipboard
senderPhoneNumber
Link copied to clipboard
var
senderPhoneNumber
:
String
?
=
null
Content copied to clipboard
serverId
Link copied to clipboard
var
serverId
:
Long
?
=
null
Content copied to clipboard
status
Link copied to clipboard
var
status
:
Int
?
=
null
Content copied to clipboard
uuid
Link copied to clipboard
var
uuid
:
String
?
=
null
Content copied to clipboard
Inherited properties
boxType
Link copied to clipboard
var
boxType
:
Int
?
=
null
Content copied to clipboard
localDate
Link copied to clipboard
var
localDate
:
String
?
=
null
Content copied to clipboard
messageId
Link copied to clipboard
var
messageId
:
Int
?
=
null
Content copied to clipboard
messageType
Link copied to clipboard
var
messageType
:
Int
Content copied to clipboard
serverdate
Link copied to clipboard
var
serverdate
:
String
?
=
null
Content copied to clipboard
threadId
Link copied to clipboard
var
threadId
:
Int
?
=
null
Content copied to clipboard
Functions
content
Equals
Link copied to clipboard
open
override
fun
contentEquals
(
other
:
STWBaseMessage
?
)
:
Boolean
Content copied to clipboard
Inherited functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Inheritors
STWEmergencyMgmMessage
Link copied to clipboard