SnowplowTrackerPluginWeb class

Constructors

SnowplowTrackerPluginWeb()

Properties

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

Methods

handleMethodCall(MethodCall call) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onCreateTracker(MethodCall call) → void
onEndMediaTracking(MethodCall call) → void
onGetSessionId(MethodCall call) String?
onGetSessionIndex(MethodCall call) int?
onGetSessionUserId(MethodCall call) String?
onSetUserId(MethodCall call) → void
onStartMediaTracking(MethodCall call) → void
onTrackConsentGranted(MethodCall call) → void
onTrackConsentWithdrawn(MethodCall call) → void
onTrackListItemView(MethodCall call) → void
onTrackMediaAdBreakEndEvent(MethodCall call) → void
onTrackMediaAdBreakStartEvent(MethodCall call) → void
onTrackMediaAdClickEvent(MethodCall call) → void
onTrackMediaAdCompleteEvent(MethodCall call) → void
onTrackMediaAdFirstQuartileEvent(MethodCall call) → void
onTrackMediaAdMidpointEvent(MethodCall call) → void
onTrackMediaAdPauseEvent(MethodCall call) → void
onTrackMediaAdResumeEvent(MethodCall call) → void
onTrackMediaAdSkipEvent(MethodCall call) → void
onTrackMediaAdStartEvent(MethodCall call) → void
onTrackMediaAdThirdQuartileEvent(MethodCall call) → void
onTrackMediaBufferEndEvent(MethodCall call) → void
onTrackMediaBufferStartEvent(MethodCall call) → void
onTrackMediaEndEvent(MethodCall call) → void
onTrackMediaErrorEvent(MethodCall call) → void
onTrackMediaFullscreenChangeEvent(MethodCall call) → void
onTrackMediaPauseEvent(MethodCall call) → void
onTrackMediaPictureInPictureChangeEvent(MethodCall call) → void
onTrackMediaPlaybackRateChangeEvent(MethodCall call) → void
onTrackMediaPlayEvent(MethodCall call) → void
onTrackMediaQualityChangeEvent(MethodCall call) → void
onTrackMediaReadyEvent(MethodCall call) → void
onTrackMediaSeekEndEvent(MethodCall call) → void
onTrackMediaSeekStartEvent(MethodCall call) → void
onTrackMediaVolumeChangeEvent(MethodCall call) → void
onTrackPageView(MethodCall call) → void
onTrackScreenView(MethodCall call) → void
onTrackScrollChanged(MethodCall call) → void
onTrackSelfDescribing(MethodCall call) → void
onTrackStructured(MethodCall call) → void
onTrackTiming(MethodCall call) → void
onUpdateMediaTracking(MethodCall call) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

registerWith(Registrar registrar) → void