public static final class TvContract.Programs.Genres
extends Object
java.lang.Object | |
↳ | android.media.tv.TvContract.Programs.Genres |
电视节目的典范流派。
Constants |
|
---|---|
String |
ANIMAL_WILDLIFE 动物/野生动物的流派。 |
String |
ARTS 艺术的流派。 |
String |
COMEDY 喜剧的流派。 |
String |
DRAMA 戏剧的流派。 |
String |
EDUCATION 教育的流派。 |
String |
ENTERTAINMENT 娱乐类型。 |
String |
FAMILY_KIDS 家庭/孩子的流派。 |
String |
GAMING 游戏的类型。 |
String |
LIFE_STYLE 生活方式的流派。 |
String |
MOVIES 电影的类型。 |
String |
MUSIC 音乐的流派。 |
String |
NEWS 新闻的类型。 |
String |
PREMIER 总理的流派。 |
String |
SHOPPING 购物的流派。 |
String |
SPORTS 体育类型。 |
String |
TECH_SCIENCE 科技/科学的流派。 |
String |
TRAVEL 旅行的类型。 |
Public methods |
|
---|---|
static String[] |
decode(String genres) 从存储在数据库中的文本解码流派字符串。 |
static String |
encode(String... genres) 将流派字符串编码为可放入数据库的文本。 |
static boolean |
isCanonical(String genre) 返回给定文本是否为 |
Inherited methods |
|
---|---|
From class java.lang.Object
|
String[] decode (String genres)
从存储在数据库中的文本解码流派字符串。
Parameters | |
---|---|
genres |
String : The encoded genre string retrieved from the COLUMN_BROADCAST_GENRE or COLUMN_CANONICAL_GENRE column. |
Returns | |
---|---|
String[] |
genre strings. |
String encode (String... genres)
将流派字符串编码为可放入数据库的文本。
Parameters | |
---|---|
genres |
String : Genre strings. |
Returns | |
---|---|
String |
an encoded genre string that can be inserted into the COLUMN_BROADCAST_GENRE or COLUMN_CANONICAL_GENRE column. |
boolean isCanonical (String genre)
返回给定文本是否为 TvContract.Programs.Genres
定义的规范流派。
Parameters | |
---|---|
genre |
String : The name of genre to be checked. |
Returns | |
---|---|
boolean |
true if the genre is canonical, otherwise false . |