BannerAdCallback class
Constructors
- BannerAdCallback({required void onLoad()?, required void onOpen()?, required void onOpenFail(String error)?, required void onClosed()?, required void onLoadFailed(String errorMessage)?})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onClosed → void Function()?
-
final
- onLoad → void Function()?
-
final
- onLoadFailed → void Function(String errorMessage)?
-
final
- onOpen → void Function()?
-
final
- onOpenFail → void Function(String error)?
-
final
- 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