ContactsContract.CommonDataKinds


public static final class ContactsContract.CommonDataKinds
extends Object

java.lang.Object
   ↳ android.provider.ContactsContract.CommonDataKinds


Container for definitions of common data types stored in the ContactsContract.Data table.

Summary

Nested classes

interface ContactsContract.CommonDataKinds.BaseTypes

The base types that all "Typed" data kinds support. 

class ContactsContract.CommonDataKinds.Callable

Convenient functionalities for "callable" data. 

interface ContactsContract.CommonDataKinds.CommonColumns

Columns common across the specific types. 

class ContactsContract.CommonDataKinds.Contactables

A special class of data items, used to refer to types of data that can be used to attempt to start communicating with a person (Phone and Email). 

class ContactsContract.CommonDataKinds.Email

A data kind representing an email address. 

class ContactsContract.CommonDataKinds.Event

A data kind representing an event. 

class ContactsContract.CommonDataKinds.GroupMembership

Group Membership. 

class ContactsContract.CommonDataKinds.Identity

A data kind representing an Identity related to the contact. 

class ContactsContract.CommonDataKinds.Im

This class was deprecated in API level 35. This field may not be well supported by some contacts apps and is discouraged to use. 

class ContactsContract.CommonDataKinds.Nickname

A data kind representing the contact's nickname. 

class ContactsContract.CommonDataKinds.Note

Notes about the contact. 

class ContactsContract.CommonDataKinds.Organization

A data kind representing an organization. 

class ContactsContract.CommonDataKinds.Phone

A data kind representing a telephone number. 

class ContactsContract.CommonDataKinds.Photo

A data kind representing a photo for the contact. 

class ContactsContract.CommonDataKinds.Relation

A data kind representing a relation. 

class ContactsContract.CommonDataKinds.SipAddress

This class was deprecated in API level 35. This field may not be well supported by some contacts apps and is discouraged to use. 

class ContactsContract.CommonDataKinds.StructuredName

A data kind representing the contact's proper name. 

class ContactsContract.CommonDataKinds.StructuredPostal

A data kind representing a postal addresses. 

class ContactsContract.CommonDataKinds.Website

A data kind representing a website related to the contact. 

Inherited methods

Object clone()

Creates and returns a copy of this object.

boolean equals(Object obj)

Indicates whether some other object is "equal to" this one.

void finalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

final Class<?> getClass()

Returns the runtime class of this Object.

int hashCode()

Returns a hash code value for the object.

final void notify()

Wakes up a single thread that is waiting on this object's monitor.

final void notifyAll()

Wakes up all threads that are waiting on this object's monitor.

String toString()

Returns a string representation of the object.

final void wait(long timeoutMillis, int nanos)

Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.

final void wait(long timeoutMillis)

Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.

final void wait()

Causes the current thread to wait until it is awakened, typically by being notified or interrupted.