AnnotationsListener

Interface that grants access to the Annotation Object's value in the app side when an action occur for this Annotation in the player

Functions

Link copied to clipboard
abstract fun onAnnotationDisplayed(annotation: Annotation)
Link copied to clipboard
abstract fun onAnnotationRemoved(annotation: Annotation)
Link copied to clipboard
abstract fun onAnnotationTapped(annotation: Annotation)
Link copied to clipboard
abstract fun onJumpToVideoTime(annotation: Annotation)
Link copied to clipboard
abstract fun onOpenURL(annotation: Annotation)