-
- All Implemented Interfaces:
-
com.brightcove.player.interactivity.AnalyticsListener
@Emits(events = {error}) public final class InteractivityAnalytics implements AnalyticsListener
-
-
Field Summary
Fields Modifier and Type Field Description private final <ERROR CLASS>
TAG
-
Constructor Summary
Constructors Constructor Description InteractivityAnalytics(Context context, Project project, BaseVideoView brightcoveVideoView)
-
Method Summary
Modifier and Type Method Description final <ERROR CLASS>
getTAG()
final Unit
createParams()
Unit
onAnnotationDisplayed(Annotation annotation)
Unit
onAnnotationRemoved(Annotation annotation)
Unit
onAnnotationTapped(Annotation annotation)
Unit
onJumpToVideoTime(Annotation annotation)
Unit
onOpenUrl(Annotation annotation)
Unit
onPlayerView(Event event)
Unit
onPlay(Event event)
Unit
onResume(Event event)
Unit
onSeek(Event event)
-
-
Constructor Detail
-
InteractivityAnalytics
InteractivityAnalytics(Context context, Project project, BaseVideoView brightcoveVideoView)
-
-
Method Detail
-
getTAG
final <ERROR CLASS> getTAG()
-
createParams
final Unit createParams()
-
onAnnotationDisplayed
Unit onAnnotationDisplayed(Annotation annotation)
-
onAnnotationRemoved
Unit onAnnotationRemoved(Annotation annotation)
-
onAnnotationTapped
Unit onAnnotationTapped(Annotation annotation)
-
onJumpToVideoTime
Unit onJumpToVideoTime(Annotation annotation)
-
onOpenUrl
Unit onOpenUrl(Annotation annotation)
-
onPlayerView
Unit onPlayerView(Event event)
-
-
-
-