GromoreInterstitialCallback class

Inheritance

Constructors

GromoreInterstitialCallback({GromoreVoidCallback? onInterstitialShow, GromoreVoidCallback? onInterstitialShowFail, GromoreVoidCallback? onInterstitialAdClick, GromoreVoidCallback? onInterstitialClosed})

Properties

hashCode int
The hash code for this object.
no setterinherited
onInterstitialAdClick GromoreVoidCallback?
广告被点击
final
onInterstitialClosed GromoreVoidCallback?
广告关闭
final
onInterstitialShow GromoreVoidCallback?
广告展示
final
onInterstitialShowFail GromoreVoidCallback?
展示失败
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

exec(String callbackName, [dynamic arguments]) → void
针对不同回调事件的处理
override
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