GTAdsReward class

@Author: gstory @CreateDate: 2022/8/31 19:38 @Email gstory0404@gmail.com @Description: 激励广告

Constructors

GTAdsReward.new({required List<GTAdsCode> codes, required String rewardName, required int rewardAmount, required String userId, required String customData, required int timeout, required String model, GTAdsCallBack? callBack})

Properties

callBack GTAdsCallBack?
final
codes List<GTAdsCode>
final
customData String
final
hashCode int
The hash code for this object.
no setterinherited
model String
final
rewardAmount int
final
rewardName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout int
final
userId String
final

Methods

init() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startTime() → void
toString() String
A string representation of this object.
inherited

Operators

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