Contacts.IPhonesColumns Interface

Definition

Caution

This class is obsoleted in this android platform

Columns from the Phones table that other columns join into themselves.

[System.Obsolete("This class is obsoleted in this android platform")]
public interface Contacts.IPhonesColumns
[<System.Obsolete("This class is obsoleted in this android platform")>]
type Contacts.IPhonesColumns = interface
Attributes

Remarks

Columns from the Phones table that other columns join into themselves.

This member is deprecated. see android.provider.ContactsContract

Java documentation for android.provider.Contacts.PhonesColumns.

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.

Fields

Isprimary
Obsolete.

Whether this is the primary phone number

Label
Obsolete.

The user provided label for the phone number, only used if TYPE is TYPE_CUSTOM.

Number
Obsolete.

The phone number as the user entered it.

NumberKey
Obsolete.

The normalized phone number

Type
Obsolete.

The type of the the phone number.

Applies to