ZJTubeAdConfig class
短剧配置
Constructors
- ZJTubeAdConfig.new({bool isNewUser = true, String userId = "", int freeEpisodeCount = 3, int unlockEpisodeCount = 2, bool isHideTitleBar = true, bool isDisableUnlockTipDialog = false, bool isDisableShowTubePanelEntry = false, bool isHideDetailTitleBar = false, bool isHideDetailBottomTitle = false, bool isHideDetailBottomDesc = false, bool isHideDetailPlaySeekbar = false, String profileName = "", int pageStyle = 0, int topTubeId = -1, bool isHideChangeBtn = false, bool isHideMoreBtn = false})
Properties
- freeEpisodeCount → int
-
每个剧集前N集免费,默认值3
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDisableShowTubePanelEntry → bool
-
是否关闭短剧播放页的选集入口,默认值false
final
- isDisableUnlockTipDialog → bool
-
是否关闭SDK的解锁提示对话框,默认值false
final
- isHideChangeBtn → bool
-
是否隐藏换一换按钮
final
- isHideDetailBottomDesc → bool
-
是否隐藏播放页底部的内容描述文案,默认值false
final
- isHideDetailBottomTitle → bool
-
是否隐藏播放页底部的title文案,默认值false
final
- isHideDetailPlaySeekbar → bool
-
是否隐藏播放页底部的进度条,默认值false
final
- isHideDetailTitleBar → bool
-
是否隐藏播放页的titleBar,默认值false
final
- isHideMoreBtn → bool
-
是否隐藏更多按钮
final
- isHideTitleBar → bool
-
是否隐藏剧集主页的TitleBar,默认值true
final
- isNewUser → bool
-
是否为新用户
final
- pageStyle → int
-
主页样式
final
- profileName → String
-
广告联盟参数配置文件,根据需求进行配置
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- topTubeId → int
-
买量剧集id, 将在热门短剧最左侧位置展示该短剧
final
- unlockEpisodeCount → int
-
每次解锁X集,默认值2
final
- userId → String
-
用户ID
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited