ContactsContract.IContactOptionsColumns Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Columns of ContactsContract.Contacts
that track the user's
preferences for, or interactions with, the contact.
public interface ContactsContract.IContactOptionsColumns
type ContactsContract.IContactOptionsColumns = interface
Remarks
Columns of ContactsContract.Contacts
that track the user's preferences for, or interactions with, the contact.
Java documentation for android.provider.ContactsContract.ContactOptionsColumns
.
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
CustomRingtone |
URI for a custom ringtone associated with the contact. |
LastTimeContacted |
The last time a contact was contacted. |
Pinned |
The position at which the contact is pinned. |
SendToVoicemail |
Whether the contact should always be sent to voicemail. |
Starred |
Is the contact starred? |
TimesContacted |
The number of times a contact has been contacted. |