Table of Contents

Class SmsManager

Namespace
Android.Telephony.Gsm
Assembly
MASES.Netdroid.dll
[Obsolete]
public class SmsManager : JVMBridgeBase<SmsManager>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<SmsManager>
SmsManager
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<SmsManager>.IsAssignableFrom(IJavaType)
JVMBridgeBase<SmsManager>.IsAssignableFrom<T>()
JVMBridgeBase<SmsManager>.Execute<T>(params T[])
JVMBridgeBase<SmsManager>.DynBridgeClazz
JVMBridgeBase<SmsManager>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

SmsManager()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public SmsManager()

SmsManager(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public SmsManager(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

RESULT_ERROR_GENERIC_FAILURE

[Obsolete]
public static int RESULT_ERROR_GENERIC_FAILURE { get; }

Property Value

int

RESULT_ERROR_NO_SERVICE

[Obsolete]
public static int RESULT_ERROR_NO_SERVICE { get; }

Property Value

int

RESULT_ERROR_NULL_PDU

[Obsolete]
public static int RESULT_ERROR_NULL_PDU { get; }

Property Value

int

RESULT_ERROR_RADIO_OFF

[Obsolete]
public static int RESULT_ERROR_RADIO_OFF { get; }

Property Value

int

STATUS_ON_SIM_FREE

[Obsolete]
public static int STATUS_ON_SIM_FREE { get; }

Property Value

int

STATUS_ON_SIM_READ

[Obsolete]
public static int STATUS_ON_SIM_READ { get; }

Property Value

int

STATUS_ON_SIM_SENT

[Obsolete]
public static int STATUS_ON_SIM_SENT { get; }

Property Value

int

STATUS_ON_SIM_UNREAD

[Obsolete]
public static int STATUS_ON_SIM_UNREAD { get; }

Property Value

int

STATUS_ON_SIM_UNSENT

[Obsolete]
public static int STATUS_ON_SIM_UNSENT { get; }

Property Value

int

Methods

DivideMessage(String)

[Obsolete]
public ArrayList<String> DivideMessage(String arg0)

Parameters

arg0 String

String

Returns

ArrayList<String>

ArrayList

GetDefault()

[Obsolete]
public static SmsManager GetDefault()

Returns

SmsManager

SmsManager

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

[Obsolete]
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]
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]
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