AnnotationUIHandler

class AnnotationUIHandler(ctx: <Error class: unknown class>, brightcoveVideoView: BaseVideoView, annotationList: List<Annotation?>?)

Constructors

Link copied to clipboard
constructor(ctx: <Error class: unknown class>, brightcoveVideoView: BaseVideoView, annotationList: List<Annotation?>?)

Functions

Link copied to clipboard
fun addAnnotation(annotation: Annotation?, listener: AnnotationViewListener, displayAnimation: Boolean)

Displays a new AnnotationView in the player's screen. This method takes an annotation object and converts it into an AnnotationView object

Link copied to clipboard
fun removeAnnotation(annotation: Annotation?, displayAnimation: Boolean)