ContactsContract.CommonDataKinds.Event.InterfaceConsts.TimesContacted Field

Definition

The number of times a contact has been contacted.

[Android.Runtime.Register("TIMES_CONTACTED")]
public const string TimesContacted;
[<Android.Runtime.Register("TIMES_CONTACTED")>]
val mutable TimesContacted : string

Field Value

Attributes

Remarks

The number of times a contact has been contacted. <p class="caution"><b>Caution: </b>If you publish your app to the Google Play Store, this field is obsolete, regardless of Android version. For more information, see the Contacts Provider page.</p>

Type: INTEGER

This member is deprecated. Contacts affinity information is no longer supported as of Android version android.os.Build.VERSION_CODES#Q. This column always contains 0.

Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED.

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.

Applies to