TvContract.Programs.ColumnEventId Field
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.
The event ID of this TV program.
[Android.Runtime.Register("COLUMN_EVENT_ID", ApiSince=30)]
public const string ColumnEventId;
[<Android.Runtime.Register("COLUMN_EVENT_ID", ApiSince=30)>]
val mutable ColumnEventId : string
Field Value
- Attributes
Remarks
The event ID of this TV program.
It is used to identify the current TV program in the same channel, if applicable. Use the same coding for event_id
in the underlying broadcast standard if it is defined there (e.g. ATSC A/65, ETSI EN 300 468 and ARIB STD-B10).
This is a required field only if the underlying broadcast standard defines the same name field. Otherwise, leave empty.
Type: INTEGER
Java documentation for android.media.tv.TvContract.Programs.COLUMN_EVENT_ID
.
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.