SourceType enum

资源类型

Inheritance

Constructors

SourceType()
const

Values

newsVideo → const SourceType

0、新闻点播(视频)

subject → const SourceType

1、专题,

liveStream → const SourceType

2、直播/频道(互动直播),

tvLive → const SourceType

3、电视直播

manuscript → const SourceType

4、资讯(稿件)

broadcastingStation → const SourceType

5、广播电台

announce → const SourceType

6、爆料

askAboutPolitics → const SourceType

7、问政

store → const SourceType

8、积分商城

headlineNews → const SourceType

9、微头条

socialContact → const SourceType

10、社交

advertising → const SourceType

11、广告

other → const SourceType

12、其他

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<SourceType>
A constant List of the values in this enum, in order of their declaration.