NovvyPlayerAdapter class abstract
Abstract interface for a media player that the banner ad monitors.
Implement this to bridge your video/audio player so the SDK can trigger show/hide based on playback position.
Constructors
Properties
- currentPositionMs → int
-
Current playback position in milliseconds.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isPlaying → bool
-
Whether the player is currently playing (not paused/buffering).
no setter
- 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