ReaperRewardVideoAdCallBack class

Inheritance

Constructors

ReaperRewardVideoAdCallBack({required String method, required String adType, required String error, required int viewId, String? rewardInfo, dynamic rewardVerify, int? rewardAmount, String? rewardName})
const
ReaperRewardVideoAdCallBack.fromJson(Map<String, dynamic> json)

Properties

adType String?
finalinherited
error String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
method String?
finalinherited
rewardAmount int?
final
rewardInfo String?
final
rewardName String?
final
rewardVerify → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewId int?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

METHOD_ON_REWARD_VERIFY → const String