MohoRenderingListener class

Constructors

MohoRenderingListener({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
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