Share via


TvContract.Programs.ColumnGlobalContentId Field

Definition

The global content ID of this TV program, as a URI.

[Android.Runtime.Register("COLUMN_GLOBAL_CONTENT_ID", ApiSince=30)]
public const string ColumnGlobalContentId;
[<Android.Runtime.Register("COLUMN_GLOBAL_CONTENT_ID", ApiSince=30)>]
val mutable ColumnGlobalContentId : string

Field Value

Attributes

Remarks

The global content ID of this TV program, as a URI.

A globally unique ID that identifies this TV program, if applicable. Suitable URIs include <ul> <li>crid://<CRIDauthority>/<data> from ETSI TS 102 323 <li>globalContentId from ATSC A/332 <li>Other broadcast ID provider. ex http://example.com/tv_program/1234</ul>

Can be empty.

Type: TEXT

Java documentation for android.media.tv.TvContract.Programs.COLUMN_GLOBAL_CONTENT_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.

Applies to