SmsMessage.CreateFromPdu(Byte[]) Method

Definition

Caution

deprecated

Create an SmsMessage from a raw PDU.

[Android.Runtime.Register("createFromPdu", "([B)Landroid/telephony/gsm/SmsMessage;", "")]
[System.Obsolete("deprecated")]
public static Android.Telephony.Gsm.SmsMessage? CreateFromPdu (byte[]? pdu);
[<Android.Runtime.Register("createFromPdu", "([B)Landroid/telephony/gsm/SmsMessage;", "")>]
[<System.Obsolete("deprecated")>]
static member CreateFromPdu : byte[] -> Android.Telephony.Gsm.SmsMessage

Parameters

pdu
Byte[]

Returns

SmsMessage
Attributes

Remarks

Java documentation for android.telephony.gsm.SmsMessage.createFromPdu(byte[]).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to