Table of Contents

Class Contacts.Intents.UI

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

Constructors

UI()

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

UI(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 UI(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

FILTER_CONTACTS_ACTION

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

Property Value

String

FILTER_TEXT_EXTRA_KEY

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

Property Value

String

GROUP_NAME_EXTRA_KEY

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

LIST_ALL_CONTACTS_ACTION

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

Property Value

String

LIST_CONTACTS_WITH_PHONES_ACTION

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

Property Value

String

LIST_DEFAULT

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

Property Value

String

LIST_FREQUENT_ACTION

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

Property Value

String

LIST_GROUP_ACTION

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

Property Value

String

LIST_STARRED_ACTION

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

Property Value

String

LIST_STREQUENT_ACTION

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

Property Value

String

TITLE_EXTRA_KEY

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

Property Value

String

Methods

CreatePoolableInstance()

HPA initializer for UI()

public static Contacts.Intents.UI CreatePoolableInstance()

Returns

Contacts.Intents.UI