Language

TvContract.Programs.ColumnCanonicalGenre Field

Definition

The comma-separated canonical genre string of this TV program.

[Android.Runtime.Register("COLUMN_CANONICAL_GENRE")]
public const string ColumnCanonicalGenre;
[<Android.Runtime.Register("COLUMN_CANONICAL_GENRE")>]
val mutable ColumnCanonicalGenre : string

Field Value

Attributes

Remarks

The comma-separated canonical genre string of this TV program.

Canonical genres are defined in TvContract.Programs.Genres. Use TvContract.Programs.Genres.encode(String) to create a text that can be stored in this column. Use TvContract.Programs.Genres.decode(String) to get the canonical genre strings from the text stored in the column.

Type: TEXT

Android reference for android.media.tv.TvContract.Programs.COLUMN_CANONICAL_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.

Applies to