InstreamAdViewController class
Constructors
- InstreamAdViewController({Function? onClick, dynamic onSegmentMediaChange(InstreamAd?)?, dynamic onMediaProgress(int? per, int? playTime)?, dynamic onMediaStart(int? playTime)?, dynamic onMediaPause(int? playTime)?, dynamic onMediaStop(int? playTime)?, dynamic onMediaCompletion(int? playTime)?, dynamic onMediaError(int? playTime, int? errorCode, int? extra)?, Function? onMute, Function? onUnMute, dynamic onInstreamAdViewCreated(int adId)?})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onClick → Function?
-
final
- onInstreamAdViewCreated → dynamic Function(int adId)?
-
final
- onMediaCompletion → dynamic Function(int? playTime)?
-
final
- onMediaError → dynamic Function(int? playTime, int? errorCode, int? extra)?
-
final
- onMediaPause → dynamic Function(int? playTime)?
-
final
- onMediaProgress → dynamic Function(int? per, int? playTime)?
-
final
- onMediaStart → dynamic Function(int? playTime)?
-
final
- onMediaStop → dynamic Function(int? playTime)?
-
final
- onMute → Function?
-
final
- onSegmentMediaChange → dynamic Function(InstreamAd?)?
-
final
- onUnMute → Function?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
destroy(
) → Future< bool?> -
isPlaying(
) → Future< bool?> -
mute(
) → Future< bool?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onClose(
) → Future< bool?> -
pause(
) → Future< bool?> -
play(
) → Future< bool?> -
removeInstreamMediaChangeListener(
) → Future< bool?> -
removeInstreamMediaStateListener(
) → Future< bool?> -
removeMediaMuteListener(
) → Future< bool?> -
stop(
) → Future< bool?> -
toString(
) → String -
A string representation of this object.
inherited
-
unmute(
) → Future< bool?>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited