MohoMethodCallHandler class abstract

Implementers

Constructors

MohoMethodCallHandler()

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
onAdClicked(String adId) → void
广告被点击
onAdClose(String adId) → void
广告关闭
onAdShow(String adId) → void
广告曝光
onAdVideoComplete(String adId) → void
广告中的视频播放成功
onLoadError(String adId, String extra) → void
广告加载失败
onLoadSuccess(String adId) → void
广告加载成功!
onRenderingError(String adId, String extra) → void
广告渲染失败
onRewardVerify(String adId) → void
激励视频播放播放
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited