Class Telephony.Sms.Intents
public class Telephony.Sms.Intents : JVMBridgeBase<Telephony.Sms.Intents>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseTelephony.Sms.Intents
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<Telephony.Sms.Intents>.SExecuteWithSignature<TReturn>(string, string, params object[])JVMBridgeBase<Telephony.Sms.Intents>.IsAssignableFrom(IJavaType)JVMBridgeBase<Telephony.Sms.Intents>.IsAssignableFrom<T>()JVMBridgeBase<Telephony.Sms.Intents>.Execute<T>(params T[])JVMBridgeBase<Telephony.Sms.Intents>.DynBridgeClazzJVMBridgeBase<Telephony.Sms.Intents>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
Intents()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public Intents()
Intents(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 Intents(params object[] args)
Parameters
args
object[]
Properties
ACTION_CHANGE_DEFAULT
public static String ACTION_CHANGE_DEFAULT { get; }
Property Value
ACTION_DEFAULT_SMS_PACKAGE_CHANGED
public static String ACTION_DEFAULT_SMS_PACKAGE_CHANGED { get; }
Property Value
ACTION_EXTERNAL_PROVIDER_CHANGE
public static String ACTION_EXTERNAL_PROVIDER_CHANGE { get; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
DATA_SMS_RECEIVED_ACTION
public static String DATA_SMS_RECEIVED_ACTION { get; }
Property Value
EXTRA_IS_DEFAULT_SMS_APP
public static String EXTRA_IS_DEFAULT_SMS_APP { get; }
Property Value
EXTRA_PACKAGE_NAME
public static String EXTRA_PACKAGE_NAME { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
RESULT_SMS_DATABASE_ERROR
public static int RESULT_SMS_DATABASE_ERROR { get; }
Property Value
RESULT_SMS_DISPATCH_FAILURE
public static int RESULT_SMS_DISPATCH_FAILURE { get; }
Property Value
RESULT_SMS_DUPLICATED
public static int RESULT_SMS_DUPLICATED { get; }
Property Value
RESULT_SMS_GENERIC_ERROR
public static int RESULT_SMS_GENERIC_ERROR { get; }
Property Value
RESULT_SMS_HANDLED
public static int RESULT_SMS_HANDLED { get; }
Property Value
RESULT_SMS_INVALID_URI
public static int RESULT_SMS_INVALID_URI { get; }
Property Value
RESULT_SMS_NULL_MESSAGE
public static int RESULT_SMS_NULL_MESSAGE { get; }
Property Value
RESULT_SMS_NULL_PDU
public static int RESULT_SMS_NULL_PDU { get; }
Property Value
RESULT_SMS_OUT_OF_MEMORY
public static int RESULT_SMS_OUT_OF_MEMORY { get; }
Property Value
RESULT_SMS_RECEIVED_WHILE_ENCRYPTED
public static int RESULT_SMS_RECEIVED_WHILE_ENCRYPTED { get; }
Property Value
RESULT_SMS_UNSUPPORTED
public static int RESULT_SMS_UNSUPPORTED { get; }
Property Value
SECRET_CODE_ACTION
[Obsolete]
public static String SECRET_CODE_ACTION { get; }
Property Value
SIM_FULL_ACTION
public static String SIM_FULL_ACTION { get; }
Property Value
SMS_CB_RECEIVED_ACTION
public static String SMS_CB_RECEIVED_ACTION { get; }
Property Value
SMS_DELIVER_ACTION
public static String SMS_DELIVER_ACTION { get; }
Property Value
SMS_RECEIVED_ACTION
public static String SMS_RECEIVED_ACTION { get; }
Property Value
SMS_REJECTED_ACTION
public static String SMS_REJECTED_ACTION { get; }
Property Value
SMS_SERVICE_CATEGORY_PROGRAM_DATA_RECEIVED_ACTION
public static String SMS_SERVICE_CATEGORY_PROGRAM_DATA_RECEIVED_ACTION { get; }
Property Value
WAP_PUSH_DELIVER_ACTION
public static String WAP_PUSH_DELIVER_ACTION { get; }
Property Value
WAP_PUSH_RECEIVED_ACTION
public static String WAP_PUSH_RECEIVED_ACTION { get; }
Property Value
Methods
GetMessagesFromIntent(Intent)
public static SmsMessage[] GetMessagesFromIntent(Intent arg0)