Table of Contents

Class Contacts.Intents.Insert

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

Constructors

Insert()

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

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

ACTION

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

Property Value

String

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

COMPANY

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

Property Value

String

EMAIL

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

Property Value

String

EMAIL_ISPRIMARY

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

Property Value

String

EMAIL_TYPE

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

Property Value

String

FULL_MODE

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

Property Value

String

IM_HANDLE

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

Property Value

String

IM_ISPRIMARY

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

Property Value

String

IM_PROTOCOL

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

JOB_TITLE

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

Property Value

String

NAME

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

Property Value

String

NOTES

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

Property Value

String

PHONE

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

Property Value

String

PHONETIC_NAME

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

Property Value

String

PHONE_ISPRIMARY

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

Property Value

String

PHONE_TYPE

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

Property Value

String

POSTAL

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

Property Value

String

POSTAL_ISPRIMARY

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

Property Value

String

POSTAL_TYPE

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

Property Value

String

SECONDARY_EMAIL

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

Property Value

String

SECONDARY_EMAIL_TYPE

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

Property Value

String

SECONDARY_PHONE

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

Property Value

String

SECONDARY_PHONE_TYPE

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

Property Value

String

TERTIARY_EMAIL

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

Property Value

String

TERTIARY_EMAIL_TYPE

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

Property Value

String

TERTIARY_PHONE

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

Property Value

String

TERTIARY_PHONE_TYPE

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

Property Value

String

Methods

CreatePoolableInstance()

HPA initializer for Insert()

public static Contacts.Intents.Insert CreatePoolableInstance()

Returns

Contacts.Intents.Insert