SmsMessage

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

Constructors

Link copied to clipboard
constructor(sender: String?, messageBody: String?, timestamp: Date, serviceCenterAddress: String?, protocolIdentifier: Int, status: Int, isStatusReport: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Int
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)