Class Contacts.Intents.UI
[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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
FILTER_CONTACTS_ACTION
[Obsolete("Deprecated in JVM")]
public static String FILTER_CONTACTS_ACTION { get; set; }
Property Value
FILTER_TEXT_EXTRA_KEY
[Obsolete("Deprecated in JVM")]
public static String FILTER_TEXT_EXTRA_KEY { get; set; }
Property Value
GROUP_NAME_EXTRA_KEY
[Obsolete("Deprecated in JVM")]
public static String GROUP_NAME_EXTRA_KEY { 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
LIST_ALL_CONTACTS_ACTION
[Obsolete("Deprecated in JVM")]
public static String LIST_ALL_CONTACTS_ACTION { get; set; }
Property Value
LIST_CONTACTS_WITH_PHONES_ACTION
[Obsolete("Deprecated in JVM")]
public static String LIST_CONTACTS_WITH_PHONES_ACTION { get; set; }
Property Value
LIST_DEFAULT
[Obsolete("Deprecated in JVM")]
public static String LIST_DEFAULT { get; set; }
Property Value
LIST_FREQUENT_ACTION
[Obsolete("Deprecated in JVM")]
public static String LIST_FREQUENT_ACTION { get; set; }
Property Value
LIST_GROUP_ACTION
[Obsolete("Deprecated in JVM")]
public static String LIST_GROUP_ACTION { get; set; }
Property Value
LIST_STARRED_ACTION
[Obsolete("Deprecated in JVM")]
public static String LIST_STARRED_ACTION { get; set; }
Property Value
LIST_STREQUENT_ACTION
[Obsolete("Deprecated in JVM")]
public static String LIST_STREQUENT_ACTION { get; set; }
Property Value
TITLE_EXTRA_KEY
[Obsolete("Deprecated in JVM")]
public static String TITLE_EXTRA_KEY { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for UI()
public static Contacts.Intents.UI CreatePoolableInstance()