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/gsm/SmsMessage$SubmitPdu;", "")]
[System.Obsolete("deprecated")]
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
Requirements
Namespace: Android.Telephony.Gsm
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1