SplashContentCallback<Ad> class

Callback events for for splash ads.

Constructors

SplashContentCallback({GenericAdEventCallback<Ad>? onAdShowedFullScreenContent, void onAdFailedToShowFullScreenContent(Ad ad, String error)?, SplashAdDismissedCallback<Ad>? onAdDismissedFullScreenContent, GenericAdEventCallback<Ad>? onAdClicked})
Construct a new SplashContentCallback.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
onAdClicked GenericAdEventCallback<Ad>?
Called when an ad is clicked.
final
onAdDismissedFullScreenContent SplashAdDismissedCallback<Ad>?
Called when an ad dismisses full screen content.
final
onAdFailedToShowFullScreenContent → (void Function(Ad ad, String error)?)
Called when ad fails to show full screen content.
final
onAdShowedFullScreenContent GenericAdEventCallback<Ad>?
Called when an ad shows full screen content.
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