Share via


TvContract.WatchNextPrograms.ColumnLastEngagementTimeUtcMillis Field

Definition

The last UTC time that the user engaged in this TV program, in milliseconds since the epoch.

[Android.Runtime.Register("COLUMN_LAST_ENGAGEMENT_TIME_UTC_MILLIS", ApiSince=26)]
public const string ColumnLastEngagementTimeUtcMillis;
[<Android.Runtime.Register("COLUMN_LAST_ENGAGEMENT_TIME_UTC_MILLIS", ApiSince=26)>]
val mutable ColumnLastEngagementTimeUtcMillis : string

Field Value

Attributes

Remarks

The last UTC time that the user engaged in this TV program, in milliseconds since the epoch. This is a hint for the application that is used for ordering of "watch next" programs.

The meaning of the value varies depending on the #COLUMN_WATCH_NEXT_TYPE: <ul> <li>#WATCH_NEXT_TYPE_CONTINUE: the date that the user was last watching the content.</li> <li>#WATCH_NEXT_TYPE_NEXT: the date of the last episode watched.</li> <li>#WATCH_NEXT_TYPE_NEW: the release date of the new episode.</li> <li>#WATCH_NEXT_TYPE_WATCHLIST: the date the item was added to the Watchlist. </li> </ul>

This is a required field.

Type: INTEGER (long)

Java documentation for android.media.tv.TvContract.WatchNextPrograms.COLUMN_LAST_ENGAGEMENT_TIME_UTC_MILLIS.

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