TvContract.Programs.ColumnCanonicalGenre 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 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.