Class SmsManager
[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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
RESULT_ERROR_GENERIC_FAILURE
[Obsolete("Deprecated in JVM")]
public static int RESULT_ERROR_GENERIC_FAILURE { get; set; }
Property Value
RESULT_ERROR_NO_SERVICE
[Obsolete("Deprecated in JVM")]
public static int RESULT_ERROR_NO_SERVICE { get; set; }
Property Value
RESULT_ERROR_NULL_PDU
[Obsolete("Deprecated in JVM")]
public static int RESULT_ERROR_NULL_PDU { get; set; }
Property Value
RESULT_ERROR_RADIO_OFF
https://developer.android.com/reference/android/telephony/gsm/SmsManager.html#RESULT_ERROR_RADIO_OFF
[Obsolete("Deprecated in JVM")]
public static int RESULT_ERROR_RADIO_OFF { get; set; }
Property Value
STATUS_ON_SIM_FREE
[Obsolete("Deprecated in JVM")]
public static int STATUS_ON_SIM_FREE { get; set; }
Property Value
STATUS_ON_SIM_READ
[Obsolete("Deprecated in JVM")]
public static int STATUS_ON_SIM_READ { get; set; }
Property Value
STATUS_ON_SIM_SENT
[Obsolete("Deprecated in JVM")]
public static int STATUS_ON_SIM_SENT { get; set; }
Property Value
STATUS_ON_SIM_UNREAD
[Obsolete("Deprecated in JVM")]
public static int STATUS_ON_SIM_UNREAD { get; set; }
Property Value
STATUS_ON_SIM_UNSENT
[Obsolete("Deprecated in JVM")]
public static int STATUS_ON_SIM_UNSENT { get; set; }
Property Value
Methods
DivideMessage(String)
[Obsolete("Deprecated in JVM")]
public ArrayList<String> DivideMessage(String arg0)
Parameters
Returns
GetDefault()
[Obsolete("Deprecated in JVM")]
public static SmsManager GetDefault()
Returns
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
arg0Stringarg1Stringarg2shortarg3byte[]arg4PendingIntentarg5PendingIntent
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
arg0Stringarg1Stringarg2ArrayList<String>arg3ArrayList<PendingIntent>arg4ArrayList<PendingIntent>
SendTextMessage(String, String, String, PendingIntent, PendingIntent)
[Obsolete("Deprecated in JVM")]
public void SendTextMessage(String arg0, String arg1, String arg2, PendingIntent arg3, PendingIntent arg4)
Parameters
arg0Stringarg1Stringarg2Stringarg3PendingIntentarg4PendingIntent