| java.lang.Object | |
| ↳ | android.provider.ContactsContract.QuickContact | 
Helper methods to display QuickContact dialogs that allow users to pivot on a specific Contacts entry. 
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | MODE_LARGE | Large QuickContact mode, includes actions and larger, card-like summary of the Contactsentry being shown. | |||||||||
| int | MODE_MEDIUM | Medium QuickContact mode, includes actions and light summary describing the Contactsentry being shown. | |||||||||
| int | MODE_SMALL | Small QuickContact mode, usually presented with minimal actions. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  |  | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  |  | 
           Trigger a dialog that lists the various methods of interacting with the requested 
            Contactsentry. | |||||||||
|  |  | 
           Trigger a dialog that lists the various methods of interacting with the requested 
            Contactsentry. | |||||||||
| [Expand] 
           Inherited Methods
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class java.lang.Object | |||||||||||
Large QuickContact mode, includes actions and larger, card-like summary of the Contacts entry being shown. This may include detailed information, such as a photo. 
Medium QuickContact mode, includes actions and light summary describing the Contacts entry being shown. This may include social status and presence details. 
Small QuickContact mode, usually presented with minimal actions.
Trigger a dialog that lists the various methods of interacting with the requested Contacts entry. This may be based on available ContactsContract.Data rows under that contact, and may also include social status and presence details.
| context | The parent Contextthat may be used as the parent for this dialog. | 
|---|---|
| target | Specific Viewfrom your layout that this dialog should be centered around. In particular, if the dialog has a "callout" arrow, it will be pointed and centered around thisView. | 
| lookupUri | A CONTENT_LOOKUP_URIstyleUrithat describes a specific contact to feature in this dialog. | 
| mode | Any of MODE_SMALL,MODE_MEDIUM, orMODE_LARGE, indicating the desired dialog size, when supported. | 
| excludeMimes | Optional list of MIMETYPEMIME-types to exclude when showing this dialog. For example, when already viewing the contact details card, this can be used to omit the details entry from the dialog. | 
Trigger a dialog that lists the various methods of interacting with the requested Contacts entry. This may be based on available ContactsContract.Data rows under that contact, and may also include social status and presence details.
| context | The parent Contextthat may be used as the parent for this dialog. | 
|---|---|
| target | Specific Rectthat this dialog should be centered around, in screen coordinates. In particular, if the dialog has a "callout" arrow, it will be pointed and centered around thisRect. If you are running at a non-native density, you need to manually adjust usingdensitybefore calling. | 
| lookupUri | A CONTENT_LOOKUP_URIstyleUrithat describes a specific contact to feature in this dialog. | 
| mode | Any of MODE_SMALL,MODE_MEDIUM, orMODE_LARGE, indicating the desired dialog size, when supported. | 
| excludeMimes | Optional list of MIMETYPEMIME-types to exclude when showing this dialog. For example, when already viewing the contact details card, this can be used to omit the details entry from the dialog. |