Android.Telephony.SmsMessage.GetSubmitPdu Method
Get an SMS-SUBMIT PDU for a destination address and a message.

Syntax

[Android.Runtime.Register("getSubmitPdu", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)Landroid/telephony/SmsMessage$SubmitPdu;", "")]
public static SmsMessage.SubmitPdu GetSubmitPdu (string scAddress, string destinationAddress, string message, bool statusReportRequested)

Parameters

scAddress
Service Centre address. Null means use default.
destinationAddress
Documentation for this section has not yet been entered.
message
Documentation for this section has not yet been entered.
statusReportRequested
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Get an SMS-SUBMIT PDU for a destination address and a message. This method will not attempt to use any GSM national language 7 bit encodings.

[Android Documentation]

Requirements

Namespace: Android.Telephony
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4