add On Annotation Creation Mode Change Listener
abstract fun addOnAnnotationCreationModeChangeListener(@NonNull listener: AnnotationManager.OnAnnotationCreationModeChangeListener)
Register a OnAnnotationCreationModeChangeListener to get notified when annotation creation mode gets updated. If the provider has been registered previously, this method will be a no-op.
Parameters
listener
Listener to register. Must be non-null.