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

isLoading() Future<bool?>
loadAd({AdParam? adParam}) Future<bool?>
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