-
public final class AnnotationUIHandler
-
-
Constructor Summary
Constructors Constructor Description AnnotationUIHandler(Context ctx, BaseVideoView brightcoveVideoView, List<Annotation> annotationList)
-
Method Summary
Modifier and Type Method Description final Unit
updateAnnotationLayoutParams()
final Unit
addAnnotation(Annotation annotation, AnnotationViewListener listener, Boolean displayAnimation)
Displays a new AnnotationView in the player's screen. final Unit
removeAnnotation(Annotation annotation, Boolean displayAnimation)
-
-
Constructor Detail
-
AnnotationUIHandler
AnnotationUIHandler(Context ctx, BaseVideoView brightcoveVideoView, List<Annotation> annotationList)
-
-
Method Detail
-
updateAnnotationLayoutParams
final Unit updateAnnotationLayoutParams()
-
addAnnotation
final Unit addAnnotation(Annotation annotation, AnnotationViewListener listener, Boolean displayAnimation)
Displays a new AnnotationView in the player's screen. This method takes an annotation object and converts it into an AnnotationView object
- Parameters:
annotation
-The Annotation to be converted and displayed
-
removeAnnotation
final Unit removeAnnotation(Annotation annotation, Boolean displayAnimation)
-
-
-
-