AnnotationMgrEventHandler constructor

AnnotationMgrEventHandler({
  1. OnVideoAnnotationStart? onVideoAnnotationStart,
  2. OnVideoAnnotationStop? onVideoAnnotationStop,
  3. UserIdCallback? onShareAnnotationStart,
  4. UserIdCallback? onShareAnnotationStop,
  5. AnnotationIdCallback? onExternalAnnotationStart,
  6. AnnotationIdCallback? onExternalAnnotationStop,
})

Implementation

AnnotationMgrEventHandler(
    {this.onVideoAnnotationStart,
    this.onVideoAnnotationStop,
    this.onShareAnnotationStart,
    this.onShareAnnotationStop,
    this.onExternalAnnotationStart,
    this.onExternalAnnotationStop});