ZJTubeAdView class
短剧视图
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- ZJTubeAdView
Constructors
- ZJTubeAdView.new(String posId, {Key? key, required double width, required double height, ZJTubeAdConfig? config, dynamic tubeAdListener(ZJEvent ret)?, TubeAdShowCustomUnlockDialogCallback? showCustomUnlockDialogCallback, TubeAdUnlockCallback? unlockCallback, required ZJTubeAdViewCreated onCreatedCallback, TubeAdPageEventCallback? pageEventCallback, TubeAdVideoEventCallback? videoEventCallback})
-
const
Properties
- config → ZJTubeAdConfig?
-
配置
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double
-
高
final
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- onCreatedCallback → ZJTubeAdViewCreated
-
创建成功通知
final
- pageEventCallback → TubeAdPageEventCallback?
-
页面事件回调
final
- posId → String
-
广告位ID
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showCustomUnlockDialogCallback → TubeAdShowCustomUnlockDialogCallback?
-
展示自定义短剧解锁对话框回调
final
- tubeAdListener → dynamic Function(ZJEvent ret)?
-
回调
final
- unlockCallback → TubeAdUnlockCallback?
-
短剧解锁结果回调
final
- videoEventCallback → TubeAdVideoEventCallback?
-
视频事件回调
final
- width → double
-
宽
final
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< StatefulWidget> -
Creates the mutable state for this widget at a given location in the tree.
override
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) → String -
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object.
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited