Sms
Toggle table of contents
Sms
Platform filter
Sms
Switch theme
Search in API
Sms
Sms
/
com.android.securesms.service.domain.model
/
SmsMessage
Sms
Message
Sms
data
class
SmsMessage
(
val
sender
:
String
?
,
val
messageBody
:
String
?
,
val
timestamp
:
Date
,
val
serviceCenterAddress
:
String
?
,
val
protocolIdentifier
:
Int
,
val
status
:
Int
,
val
isStatusReport
:
Boolean
)
:
Parcelable
Members
Constructors
Sms
Message
Link copied to clipboard
Sms
constructor
(
sender
:
String
?
,
messageBody
:
String
?
,
timestamp
:
Date
,
serviceCenterAddress
:
String
?
,
protocolIdentifier
:
Int
,
status
:
Int
,
isStatusReport
:
Boolean
)
Properties
is
Status
Report
Link copied to clipboard
Sms
val
isStatusReport
:
Boolean
message
Body
Link copied to clipboard
Sms
val
messageBody
:
String
?
protocol
Identifier
Link copied to clipboard
Sms
val
protocolIdentifier
:
Int
sender
Link copied to clipboard
Sms
val
sender
:
String
?
service
Center
Address
Link copied to clipboard
Sms
val
serviceCenterAddress
:
String
?
status
Link copied to clipboard
Sms
val
status
:
Int
timestamp
Link copied to clipboard
Sms
val
timestamp
:
Date
Functions
describe
Contents
Link copied to clipboard
Sms
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
Sms
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)