java.lang.Object | |
↳ | android.service.carrier.MessagePdu |
A parcelable list of PDUs representing contents of a possibly multi-part SMS.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Constructs a MessagePdu from a Parcel .
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a MessagePdu with the list of message PDUs.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Describe the kinds of special objects contained in this Parcelable's
marshalled representation.
| |||||||||||
Returns the contents of a possibly multi-part SMS.
| |||||||||||
Flatten this object in to a Parcel.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
|
Constructs a MessagePdu
from a Parcel
.
Constructs a MessagePdu with the list of message PDUs.
pduList | the list of message PDUs |
---|
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
Returns the contents of a possibly multi-part SMS.
Flatten this object in to a Parcel.
dest | The Parcel in which the object should be written. |
---|---|
flags | Additional flags about how the object should be written.
May be 0 or PARCELABLE_WRITE_RETURN_VALUE .
|