MohoWidgetListener class

Constructors

MohoWidgetListener({AdCallback? onLoadSuccess, AdErrorCallback? onLoadError, AdCallback? onAdShow, AdCallback? onAdClicked, AdCallback? onAdClose, AdErrorCallback? onRenderingError})

Properties

hashCode int
The hash code for this object.
no setterinherited
onAdClicked AdCallback?
广告被点击
final
onAdClose AdCallback?
广告关闭
final
onAdShow AdCallback?
广告曝光
final
onLoadError AdErrorCallback?
广告加载失败
final
onLoadSuccess AdCallback?
广告加载成功
final
onRenderingError AdErrorCallback?
final
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