Class Telephony.Sms.Intents
public class Telephony.Sms.Intents : JVMBridgeBase<Telephony.Sms.Intents>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
Telephony.Sms.Intents
- Implements
- Extension Methods
Constructors
Intents(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 Intents(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
ACTION_CHANGE_DEFAULT
public static String ACTION_CHANGE_DEFAULT { get; set; }
Property Value
ACTION_DEFAULT_SMS_PACKAGE_CHANGED
public static String ACTION_DEFAULT_SMS_PACKAGE_CHANGED { get; set; }
Property Value
ACTION_EXTERNAL_PROVIDER_CHANGE
public static String ACTION_EXTERNAL_PROVIDER_CHANGE { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DATA_SMS_RECEIVED_ACTION
public static String DATA_SMS_RECEIVED_ACTION { get; set; }
Property Value
EXTRA_IS_DEFAULT_SMS_APP
public static String EXTRA_IS_DEFAULT_SMS_APP { get; set; }
Property Value
EXTRA_PACKAGE_NAME
public static String EXTRA_PACKAGE_NAME { get; set; }
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_SMS_DATABASE_ERROR
public static int RESULT_SMS_DATABASE_ERROR { get; set; }
Property Value
RESULT_SMS_DISPATCH_FAILURE
public static int RESULT_SMS_DISPATCH_FAILURE { get; set; }
Property Value
RESULT_SMS_DUPLICATED
public static int RESULT_SMS_DUPLICATED { get; set; }
Property Value
RESULT_SMS_GENERIC_ERROR
public static int RESULT_SMS_GENERIC_ERROR { get; set; }
Property Value
RESULT_SMS_HANDLED
public static int RESULT_SMS_HANDLED { get; set; }
Property Value
RESULT_SMS_INVALID_URI
public static int RESULT_SMS_INVALID_URI { get; set; }
Property Value
RESULT_SMS_NULL_MESSAGE
public static int RESULT_SMS_NULL_MESSAGE { get; set; }
Property Value
RESULT_SMS_NULL_PDU
public static int RESULT_SMS_NULL_PDU { get; set; }
Property Value
RESULT_SMS_OUT_OF_MEMORY
public static int RESULT_SMS_OUT_OF_MEMORY { get; set; }
Property Value
RESULT_SMS_RECEIVED_WHILE_ENCRYPTED
public static int RESULT_SMS_RECEIVED_WHILE_ENCRYPTED { get; set; }
Property Value
RESULT_SMS_UNSUPPORTED
public static int RESULT_SMS_UNSUPPORTED { get; set; }
Property Value
SECRET_CODE_ACTION
[Obsolete("Deprecated in JVM")]
public static String SECRET_CODE_ACTION { get; set; }
Property Value
SIM_FULL_ACTION
public static String SIM_FULL_ACTION { get; set; }
Property Value
SMS_CB_RECEIVED_ACTION
public static String SMS_CB_RECEIVED_ACTION { get; set; }
Property Value
SMS_DELIVER_ACTION
public static String SMS_DELIVER_ACTION { get; set; }
Property Value
SMS_RECEIVED_ACTION
public static String SMS_RECEIVED_ACTION { get; set; }
Property Value
SMS_REJECTED_ACTION
public static String SMS_REJECTED_ACTION { get; set; }
Property Value
SMS_SERVICE_CATEGORY_PROGRAM_DATA_RECEIVED_ACTION
public static String SMS_SERVICE_CATEGORY_PROGRAM_DATA_RECEIVED_ACTION { get; set; }
Property Value
WAP_PUSH_DELIVER_ACTION
public static String WAP_PUSH_DELIVER_ACTION { get; set; }
Property Value
WAP_PUSH_RECEIVED_ACTION
public static String WAP_PUSH_RECEIVED_ACTION { get; set; }
Property Value
Methods
GetMessagesFromIntent(Intent)
public static SmsMessage[] GetMessagesFromIntent(Intent arg0)