GromoreFeedCallback class

信息流广告回调

Inheritance

Constructors

GromoreFeedCallback({GromoreVoidCallback? onAdClick, GromoreVoidCallback? onAdShow, GromoreVoidCallback? onRenderFail, GromoreFeedRenderCallback? onRenderSuccess, GromoreVoidCallback? onSelected, GromoreVoidCallback? onCancel, GromoreVoidCallback? onShow, GromoreVoidCallback? onAdTerminate})

Properties

hashCode int
The hash code for this object.
no setterinherited
onAdClick GromoreVoidCallback?
信息流广告点击
final
onAdShow GromoreVoidCallback?
信息流广告展示
final
onAdTerminate GromoreVoidCallback?
进程被终止
final
onCancel GromoreVoidCallback?
取消选择
final
onRenderFail GromoreVoidCallback?
模板渲染失败
final
onRenderSuccess GromoreFeedRenderCallback?
模板渲染成功
final
onSelected GromoreVoidCallback?
用户选择不喜欢原因
final
onShow 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