Android Studio Sign in
Added in API level 1
Deprecated in API level 4

SmsMessage.SubmitPdu


public static class SmsMessage.SubmitPdu
extends Object

java.lang.Object
   ↳ android.telephony.gsm.SmsMessage.SubmitPdu


This class was deprecated in API level 4.
Use android.telephony.SmsMessage.

Summary

Fields

public byte[] encodedMessage

This field is deprecated. Use android.telephony.SmsMessage.

public byte[] encodedScAddress

This field is deprecated. Use android.telephony.SmsMessage.

Public constructors

SubmitPdu()

This constructor is deprecated. Use android.telephony.SmsMessage.

Public methods

String toString()

This method is deprecated. Use android.telephony.SmsMessage.

Inherited methods

Fields

encodedMessage

Added in API level 1
public byte[] encodedMessage

This field is deprecated.
Use android.telephony.SmsMessage.

encodedScAddress

Added in API level 1
public byte[] encodedScAddress

This field is deprecated.
Use android.telephony.SmsMessage.

Public constructors

SubmitPdu

Added in API level 1
public SubmitPdu ()

This constructor is deprecated.
Use android.telephony.SmsMessage.

Public methods

toString

Added in API level 1
public String toString ()

This method is deprecated.
Use android.telephony.SmsMessage.

Returns a string representation of the object.

Returns
String a string representation of the object.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.