VastAdViewController class

Properties

eventListener VastAdEventListener?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

changeLocalLanguage(String languageCode, [String? countryCode]) Future<void>
getConfig() Future<PlayerConfig>
isLinearAdShown() Future<bool>
isLinearPlaying() Future<bool>
loadLinearAd() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() Future<void>
playLinearAds() Future<void>
release() Future<void>
resume() Future<void>
setConfig(PlayerConfig playerConfig) Future<void>
startAdPods() Future<void>
startLinearAd() Future<void>
startOrPause() Future<void>
toggleMuteState(bool isMute) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited