Table of Contents

Class Telephony.Sms.Intents

Namespace
Android.Provider
Assembly
MASES.Netdroid.dll
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

initializer IJVMBridgeBaseInitializer

Properties

ACTION_CHANGE_DEFAULT

public static String ACTION_CHANGE_DEFAULT { get; set; }

Property Value

String

ACTION_DEFAULT_SMS_PACKAGE_CHANGED

public static String ACTION_DEFAULT_SMS_PACKAGE_CHANGED { get; set; }

Property Value

String

ACTION_EXTERNAL_PROVIDER_CHANGE

public static String ACTION_EXTERNAL_PROVIDER_CHANGE { get; set; }

Property Value

String

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DATA_SMS_RECEIVED_ACTION

public static String DATA_SMS_RECEIVED_ACTION { get; set; }

Property Value

String

EXTRA_IS_DEFAULT_SMS_APP

public static String EXTRA_IS_DEFAULT_SMS_APP { get; set; }

Property Value

String

EXTRA_PACKAGE_NAME

public static String EXTRA_PACKAGE_NAME { get; set; }

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_SMS_DATABASE_ERROR

public static int RESULT_SMS_DATABASE_ERROR { get; set; }

Property Value

int

RESULT_SMS_DISPATCH_FAILURE

public static int RESULT_SMS_DISPATCH_FAILURE { get; set; }

Property Value

int

RESULT_SMS_DUPLICATED

public static int RESULT_SMS_DUPLICATED { get; set; }

Property Value

int

RESULT_SMS_GENERIC_ERROR

public static int RESULT_SMS_GENERIC_ERROR { get; set; }

Property Value

int

RESULT_SMS_HANDLED

public static int RESULT_SMS_HANDLED { get; set; }

Property Value

int

RESULT_SMS_INVALID_URI

public static int RESULT_SMS_INVALID_URI { get; set; }

Property Value

int

RESULT_SMS_NULL_MESSAGE

public static int RESULT_SMS_NULL_MESSAGE { get; set; }

Property Value

int

RESULT_SMS_NULL_PDU

public static int RESULT_SMS_NULL_PDU { get; set; }

Property Value

int

RESULT_SMS_OUT_OF_MEMORY

public static int RESULT_SMS_OUT_OF_MEMORY { get; set; }

Property Value

int

RESULT_SMS_RECEIVED_WHILE_ENCRYPTED

public static int RESULT_SMS_RECEIVED_WHILE_ENCRYPTED { get; set; }

Property Value

int

RESULT_SMS_UNSUPPORTED

public static int RESULT_SMS_UNSUPPORTED { get; set; }

Property Value

int

SECRET_CODE_ACTION

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

Property Value

String

SIM_FULL_ACTION

public static String SIM_FULL_ACTION { get; set; }

Property Value

String

SMS_CB_RECEIVED_ACTION

public static String SMS_CB_RECEIVED_ACTION { get; set; }

Property Value

String

SMS_DELIVER_ACTION

public static String SMS_DELIVER_ACTION { get; set; }

Property Value

String

SMS_RECEIVED_ACTION

public static String SMS_RECEIVED_ACTION { get; set; }

Property Value

String

SMS_REJECTED_ACTION

public static String SMS_REJECTED_ACTION { get; set; }

Property Value

String

SMS_SERVICE_CATEGORY_PROGRAM_DATA_RECEIVED_ACTION

public static String SMS_SERVICE_CATEGORY_PROGRAM_DATA_RECEIVED_ACTION { get; set; }

Property Value

String

WAP_PUSH_DELIVER_ACTION

public static String WAP_PUSH_DELIVER_ACTION { get; set; }

Property Value

String

WAP_PUSH_RECEIVED_ACTION

public static String WAP_PUSH_RECEIVED_ACTION { get; set; }

Property Value

String

Methods

GetMessagesFromIntent(Intent)

public static SmsMessage[] GetMessagesFromIntent(Intent arg0)

Parameters

arg0 Intent

Intent

Returns

SmsMessage[]

SmsMessage