Reference:Android.telephony.gsm.SmsRawData
From Triled Wiki
android.telephony.gsm
public class android.telephony.gsm.SmsRawData
| java.lang.Object | ||
| android.telephony.gsm.SmsRawData | Parcelable | |
A parcelable holder class of byte[] for ISms aidl implementation
Contents |
[edit] Summary
[edit] Constants
| Value | ||||
|---|---|---|---|---|
| Creator | CREATOR |
[edit] Public Constructors
| SmsRawData (byte[] data) |
[edit] Public Methods
| byte[] | getBytes () | ||||
| void | writeToParcel (Parcel dest) |
[edit] Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait[edit] Methods inherited from interface android.os.Parcelable
[edit] Details
[edit] Constants
[edit] public static final Creator CREATOR
[edit] Public Constructors
[edit] public SmsRawData(byte[] data)
[edit] Public Methods
[edit] public byte[] getBytes()
[edit] public void writeToParcel(Parcel dest)
[edit] References
- Original documentation page for Android SDK build m5-rc15e - 14 apr 2008 17:27
