X5SdkListener class

X5内核的下载和安装监听

Constructors

X5SdkListener({required InstallFinish onInstallFinish, required DownloadFinish onDownloadFinish, required DownloadProgress onDownloadProgress})

Properties

hashCode int
The hash code for this object.
no setterinherited
onDownloadFinish DownloadFinish
下载完成监听
getter/setter pair
onDownloadProgress DownloadProgress
下载进度监听
getter/setter pair
onInstallFinish InstallFinish
安装完成监听
getter/setter pair
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