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 ( |
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 | |
---|---|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.