VastAdEventListener class

Constructors

VastAdEventListener({void onPlayStateChanged(int i)?, void onVolumeChanged(double v)?, void onScreenViewChanged(int i)?, void onProgressChanged(int l, int l1, int l2)?, void onSuccess(int i)?, void onFailed(int i)?, void playAdReady()?, void playAdFinish()?, void playAdError(int errorCode)?, void onBufferStart()?, void onBufferEnd()?})

Properties

hashCode int
The hash code for this object.
no setterinherited
onBufferEnd ↔ (void Function()?)
getter/setter pair
onBufferStart ↔ (void Function()?)
getter/setter pair
onFailed ↔ (void Function(int i)?)
getter/setter pair
onPlayStateChanged ↔ (void Function(int i)?)
getter/setter pair
onProgressChanged ↔ (void Function(int l, int l1, int l2)?)
getter/setter pair
onScreenViewChanged ↔ (void Function(int i)?)
getter/setter pair
onSuccess ↔ (void Function(int i)?)
getter/setter pair
onVolumeChanged ↔ (void Function(double v)?)
getter/setter pair
playAdError ↔ (void Function(int errorCode)?)
getter/setter pair
playAdFinish ↔ (void Function()?)
getter/setter pair
playAdReady ↔ (void Function()?)
getter/setter pair
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