MtadCall class
Constructors
-
MtadCall.new({required int getClickCount(), required int getShowCount(), required dynamic chance(String pidS), required dynamic onShow(), required dynamic onClick(), required dynamic onRevenuePaid(dynamic ad, String pidS, Map<
String, dynamic> itemData), required Future<bool?> onShowFailed(String pidS, BuildContext? context)})
Properties
- chance ↔ dynamic Function(String pidS)
-
getter/setter pair
- getClickCount ↔ int Function()
-
getter/setter pair
- getShowCount ↔ int Function()
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- onClick ↔ dynamic Function()
-
getter/setter pair
-
onRevenuePaid
↔ dynamic Function(dynamic ad, String pidS, Map<
String, dynamic> itemData) -
getter/setter pair
- onShow ↔ dynamic Function()
-
getter/setter pair
-
onShowFailed
↔ Future<
bool?> Function(String pidS, BuildContext? context) -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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