AnnotationMgrEventHandler class

Annotation Manager

标注管理器

Constructors

AnnotationMgrEventHandler({OnVideoAnnotationStart? onVideoAnnotationStart, OnVideoAnnotationStop? onVideoAnnotationStop, UserIdCallback? onShareAnnotationStart, UserIdCallback? onShareAnnotationStop, AnnotationIdCallback? onExternalAnnotationStart, AnnotationIdCallback? onExternalAnnotationStop})
Constructs a AnnotationMgrEventHandler

Properties

hashCode int
The hash code for this object.
no setterinherited
onExternalAnnotationStart ↔ AnnotationIdCallback?
Notification of external annotation start
getter/setter pair
onExternalAnnotationStop ↔ AnnotationIdCallback?
Notification of external annotation stop
getter/setter pair
onShareAnnotationStart ↔ UserIdCallback?
Notification of share annotation start
getter/setter pair
onShareAnnotationStop ↔ UserIdCallback?
Notification of share annotation stop
getter/setter pair
onVideoAnnotationStart ↔ OnVideoAnnotationStart?
Notification of video annotation start
getter/setter pair
onVideoAnnotationStop ↔ OnVideoAnnotationStop?
Notification of video annotation stop
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited