Language

ContactPhoneColumn Enum

Definition

Enumerates values returned by several methods of ContactPhoneColumn and taken as a parameter of several methods of T:Android.Provider.Contacts+Phones.

public enum ContactPhoneColumn
type ContactPhoneColumn = 
Inheritance
ContactPhoneColumn

Fields

Name Value Description
Custom 0

This constant is deprecated. see ContactsContract

Android reference for android.provider.Contacts.PhonesColumns.TYPE_CUSTOM.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Home 1

This constant is deprecated. see ContactsContract

Android reference for android.provider.Contacts.PhonesColumns.TYPE_HOME.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Mobile 2

This constant is deprecated. see ContactsContract

Android reference for android.provider.Contacts.PhonesColumns.TYPE_MOBILE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Work 3

This constant is deprecated. see ContactsContract

Android reference for android.provider.Contacts.PhonesColumns.TYPE_WORK.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

FaxWork 4

This constant is deprecated. see ContactsContract

Android reference for android.provider.Contacts.PhonesColumns.TYPE_FAX_WORK.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

FaxHome 5

This constant is deprecated. see ContactsContract

Android reference for android.provider.Contacts.PhonesColumns.TYPE_FAX_HOME.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Pager 6

This constant is deprecated. see ContactsContract

Android reference for android.provider.Contacts.PhonesColumns.TYPE_PAGER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Other 7

This constant is deprecated. see ContactsContract

Android reference for android.provider.Contacts.PhonesColumns.TYPE_OTHER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to