ReaperSplashAdCallBack class
- Inheritance
-
- Object
- ReaperAdCallBack
- ReaperSplashAdCallBack
Constructors
- ReaperSplashAdCallBack.new({required String method, required String adType, required String error, required int viewId})
-
const
-
ReaperSplashAdCallBack.fromJson(Map<
String, dynamic> json)
Properties
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_JUMP_CLICKED → const String
- METHOD_ON_SPLASH_AD_CLICK → const String
- METHOD_ON_SPLASH_AD_DISMISS → const String
- METHOD_ON_SPLASH_AD_FAILED → const String
- METHOD_ON_SPLASH_AD_PRESENT → const String
- METHOD_ON_SPLASH_AD_SHOW → const String