Table of Contents

Class Contacts.Intents

Namespace
Android.Provider
Assembly
MASES.Netdroid.dll
[Obsolete("Deprecated in JVM")]
public class Contacts.Intents : JVMBridgeBase<Contacts.Intents>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
Contacts.Intents
Implements
Extension Methods

Constructors

Intents()

[Obsolete("Deprecated in JVM")]
public Intents()

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

ATTACH_IMAGE

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

Property Value

String

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

EXTRA_CREATE_DESCRIPTION

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

Property Value

String

EXTRA_FORCE_CREATE

[Obsolete("Deprecated in JVM")]
public static String EXTRA_FORCE_CREATE { 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

SEARCH_SUGGESTION_CLICKED

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

Property Value

String

SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED

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

Property Value

String

SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED

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

Property Value

String

SHOW_OR_CREATE_CONTACT

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

Property Value

String

Methods

CreatePoolableInstance()

HPA initializer for Intents()

public static Contacts.Intents CreatePoolableInstance()

Returns

Contacts.Intents