GromoreRewardEvent class

@Author liuxiong @Date 2024/1/10 21:59 @Description 广告激励事件

Inheritance

Constructors

GromoreRewardEvent({required bool rewardVerify, required int rewardAmount, required String rewardName, int? errCode, String? errMsg, String? customData, String? userId, required String adId, required String action})
GromoreRewardEvent.fromJson(Map json)
factory

Properties

action String
操作
finalinherited
adId String
广告id
finalinherited
customData String?
服务端验证的自定义信息
final
errCode int?
错误码
final
errMsg String?
错误信息
final
hashCode int
The hash code for this object.
no setterinherited
rewardAmount int
奖励数量
final
rewardName String
奖励名称
final
rewardVerify bool
奖励是否有效
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String?
服务端验证的用户信息
final

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