Table of Contents

Class SmsManager

Namespace
Android.Telephony.Gsm
Assembly
MASES.Netdroid.dll
[Obsolete("Deprecated in JVM")]
public class SmsManager : JVMBridgeBase<SmsManager>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
SmsManager
Implements
Extension Methods

Constructors

SmsManager(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SmsManager(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

RESULT_ERROR_GENERIC_FAILURE

[Obsolete("Deprecated in JVM")]
public static int RESULT_ERROR_GENERIC_FAILURE { get; set; }

Property Value

int

RESULT_ERROR_NO_SERVICE

[Obsolete("Deprecated in JVM")]
public static int RESULT_ERROR_NO_SERVICE { get; set; }

Property Value

int

RESULT_ERROR_NULL_PDU

[Obsolete("Deprecated in JVM")]
public static int RESULT_ERROR_NULL_PDU { get; set; }

Property Value

int

RESULT_ERROR_RADIO_OFF

[Obsolete("Deprecated in JVM")]
public static int RESULT_ERROR_RADIO_OFF { get; set; }

Property Value

int

STATUS_ON_SIM_FREE

[Obsolete("Deprecated in JVM")]
public static int STATUS_ON_SIM_FREE { get; set; }

Property Value

int

STATUS_ON_SIM_READ

[Obsolete("Deprecated in JVM")]
public static int STATUS_ON_SIM_READ { get; set; }

Property Value

int

STATUS_ON_SIM_SENT

[Obsolete("Deprecated in JVM")]
public static int STATUS_ON_SIM_SENT { get; set; }

Property Value

int

STATUS_ON_SIM_UNREAD

[Obsolete("Deprecated in JVM")]
public static int STATUS_ON_SIM_UNREAD { get; set; }

Property Value

int

STATUS_ON_SIM_UNSENT

[Obsolete("Deprecated in JVM")]
public static int STATUS_ON_SIM_UNSENT { get; set; }

Property Value

int

Methods

DivideMessage(String)

[Obsolete("Deprecated in JVM")]
public ArrayList<String> DivideMessage(String arg0)

Parameters

arg0 String

String

Returns

ArrayList<String>

ArrayList

GetDefault()

[Obsolete("Deprecated in JVM")]
public static SmsManager GetDefault()

Returns

SmsManager

SmsManager

SendDataMessage(String, String, short, byte[], PendingIntent, PendingIntent)

[Obsolete("Deprecated in JVM")]
public void SendDataMessage(String arg0, String arg1, short arg2, byte[] arg3, PendingIntent arg4, PendingIntent arg5)

Parameters

arg0 String

String

arg1 String

String

arg2 short

short

arg3 byte[]

byte

arg4 PendingIntent

PendingIntent

arg5 PendingIntent

PendingIntent

SendMultipartTextMessage(String, String, ArrayList<String>, ArrayList<PendingIntent>, ArrayList<PendingIntent>)

[Obsolete("Deprecated in JVM")]
public void SendMultipartTextMessage(String arg0, String arg1, ArrayList<String> arg2, ArrayList<PendingIntent> arg3, ArrayList<PendingIntent> arg4)

Parameters

arg0 String

String

arg1 String

String

arg2 ArrayList<String>

ArrayList

arg3 ArrayList<PendingIntent>

ArrayList

arg4 ArrayList<PendingIntent>

ArrayList

SendTextMessage(String, String, String, PendingIntent, PendingIntent)

[Obsolete("Deprecated in JVM")]
public void SendTextMessage(String arg0, String arg1, String arg2, PendingIntent arg3, PendingIntent arg4)

Parameters

arg0 String

String

arg1 String

String

arg2 String

String

arg3 PendingIntent

PendingIntent

arg4 PendingIntent

PendingIntent