VideoAnalytics class
Constructors
Properties
- controller ↔ VideoPlayerController?
-
getter/setter pair
- flags → VideoAnalyticsFlags
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- positionTimer ↔ Timer?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
customVideoEvent(
String eventName, Map< String, String> ? dimensions, Map<String, double> ? values) → Future<void> -
disposeAdapter(
) → Future< void> -
fireBufferBegin(
) → Future< void> -
fireBufferEnd(
) → Future< void> -
fireError(
String errorDescription) → Future< void> -
fireInit(
) → Future< void> -
fireJoin(
) → Future< void> -
firePause(
) → Future< void> -
fireResume(
) → Future< void> -
fireSeekBegin(
) → Future< void> -
fireSeekEnd(
) → Future< void> -
fireStart(
) → Future< void> -
fireStop(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setAdapter(
VideoPlayerController controller) → Future< void> -
setLiveMonitor(
) → Future< void> -
setPlayerVersion(
String playerVersion) → Future< void> -
setVodMonitor(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited