InstreamAdLoader class
Constructors
-
InstreamAdLoader({required String adId, required Duration totalDuration, int? maxCount, dynamic onAdLoaded(List<
InstreamAd> )?, dynamic onAdFailed(int? errorCode)?})
Properties
- adId ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxCount → int?
-
final
- onAdFailed → dynamic Function(int? errorCode)?
-
final
-
onAdLoaded
→ dynamic Function(List<
InstreamAd> )? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalDuration → Duration
-
final
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited