FlutterUnionadDownLoadType class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
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
- DOWNLOAD_TYPE_NO_POPUP → const int
- 对于应用的下载不做特殊处理;
- DOWNLOAD_TYPE_POPUP → const int
- 应用每次下载都需要触发弹窗披露应用信息(不含跳转商店的场景),该配置优先级高于下载网络弹窗配置;