ContactsContract.ContactOptionsColumns.LastTimeContacted Field

Definition

The last time a contact was contacted.

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

Field Value

Attributes

Remarks

The last time a contact was 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.LAST_TIME_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