SmsManager
ResultErrorGenericFailure
ResultErrorNoService
ResultErrorNullPdu
ResultErrorRadioOff
StatusOnSimFree
StatusOnSimRead
StatusOnSimSent
StatusOnSimUnread
StatusOnSimUnsent
Default
JniPeerMembers
ThresholdClass
ThresholdType
DivideMessage(String)
SendDataMessage(String, String, Int16, Byte[], PendingIntent, PendingIntent)
SendMultipartTextMessage(String, String, IList<String>, IList<PendingIntent>, IList<PendingIntent>)
SendTextMessage(String, String, String, PendingIntent, PendingIntent)
monoandroid
namespace Android.Telephony.Gsm
{
[Obsolete("This class is obsoleted in this android platform")]
[Register("android/telephony/gsm/SmsManager", DoNotGenerateAcw = true)]
public sealed class SmsManager : Object
{
[Obsolete("deprecated")]
[Register("sendDataMessage", "(Ljava/lang/String;Ljava/lang/String;S[BLandroid/app/PendingIntent;Landroid/app/PendingIntent;)V", "")]
public void SendDataMessage(string? destinationAddress, string? scAddress, short destinationPort, byte[]? data, PendingIntent? sentIntent, PendingIntent? deliveryIntent);
}
}
| .NET | 6.07.08.09.0 |
|---|---|
Information specific to monoandroid | |
| Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Obsolete | deprecated |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API