public static final class

ContactsContract.CommonDataKinds.Website

extends Object
implements ContactsContract.CommonDataKinds.CommonColumns ContactsContract.DataColumnsWithJoins
java.lang.Object
   ↳android.provider.ContactsContract.CommonDataKinds.Website

Class Overview

A data kind representing a website related to the contact.

You can use all columns defined for ContactsContract.Data as well as the following aliases.

Column aliases

TypeAliasData column
StringURLDATA1
intTYPEDATA2Allowed values are:

StringLABELDATA3

Summary

Constants
StringCONTENT_ITEM_TYPEMIME type used when storing this in data table.
intTYPE_BLOG
intTYPE_FTP
intTYPE_HOME
intTYPE_HOMEPAGE
intTYPE_OTHER
intTYPE_PROFILE
intTYPE_WORK
StringURLThe website URL string.
[Expand]
Inherited Constants
From interface android.provider.BaseColumns
From interface android.provider.ContactsContract.CommonDataKinds.BaseTypes
From interface android.provider.ContactsContract.CommonDataKinds.CommonColumns
From interface android.provider.ContactsContract.ContactOptionsColumns
From interface android.provider.ContactsContract.ContactStatusColumns
From interface android.provider.ContactsContract.ContactsColumns
From interface android.provider.ContactsContract.DataColumns
From interface android.provider.ContactsContract.DataColumnsWithJoins
From interface android.provider.ContactsContract.RawContactsColumns
From interface android.provider.ContactsContract.StatusColumns
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CONTENT_ITEM_TYPE

Since: API Level 5

MIME type used when storing this in data table.

Constant Value: "vnd.android.cursor.item/website"

public static final int TYPE_BLOG

Since: API Level 5

Constant Value: 2 (0x00000002)

public static final int TYPE_FTP

Since: API Level 5

Constant Value: 6 (0x00000006)

public static final int TYPE_HOME

Since: API Level 5

Constant Value: 4 (0x00000004)

public static final int TYPE_HOMEPAGE

Since: API Level 5

Constant Value: 1 (0x00000001)

public static final int TYPE_OTHER

Since: API Level 5

Constant Value: 7 (0x00000007)

public static final int TYPE_PROFILE

Since: API Level 5

Constant Value: 3 (0x00000003)

public static final int TYPE_WORK

Since: API Level 5

Constant Value: 5 (0x00000005)

public static final String URL

Since: API Level 5

The website URL string.

Type: TEXT

Constant Value: "data1"