FullScreenAdCallbacks class

Constructors

FullScreenAdCallbacks({required dynamic onLoad(String? adId), required dynamic onAdLoadFail(String? adId), required dynamic onAdOpen(String? adId), required dynamic onAdOpenFail(String? adId), required dynamic onClose(String? adId)})

Properties

hashCode int
The hash code for this object.
no setterinherited
onAdLoadFail → dynamic Function(String? adId)
final
onAdOpen → dynamic Function(String? adId)
final
onAdOpenFail → dynamic Function(String? adId)
final
onClose → dynamic Function(String? adId)
final
onLoad → dynamic Function(String? adId)
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