TvContract.Channels.ColumnBroadcastGenre 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 comma-separated genre string of this TV channel.
[Android.Runtime.Register("COLUMN_BROADCAST_GENRE", ApiSince=31)]
public const string ColumnBroadcastGenre;
[<Android.Runtime.Register("COLUMN_BROADCAST_GENRE", ApiSince=31)>]
val mutable ColumnBroadcastGenre : string
Field Value
- Attributes
Remarks
The comma-separated genre string of this TV channel.
Use the same language appeared in the underlying broadcast standard, if applicable. Otherwise, leave empty. Use Genres#encode Genres.encode()
to create a text that can be stored in this column. Use Genres#decode Genres.decode()
to get the broadcast genre strings from the text stored in the column.
Type: TEXT
Java documentation for android.media.tv.TvContract.Channels.COLUMN_BROADCAST_GENRE
.
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.