TvContract.Channels.ColumnGlobalContentId 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 global content ID of this TV channel, 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 channel, as a URI.
A globally unique URI that identifies this TV channel, if applicable. Suitable URIs include <ul> <li>globalServiceId
from ATSC A/331. ex https://doi.org/10.5239/7E4E-B472
<li>Other broadcast ID provider. ex http://example.com/tv_channel/1234
</ul>
Can be empty.
Type: TEXT
Java documentation for android.media.tv.TvContract.Channels.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.