Annotation Editing Toolbar
Toolbar shown when annotations are being edited.
Properties
Functions
Bind annotation editing controller.
Returns the lifecycle owner for coroutine scope. For Fragment-based toolbars, return fragment?.viewLifecycleOwner. For View-based toolbars, return ViewTreeLifecycleOwner.get(view).
Returns true if the controller is bound.
Called when annotation has been created.
Called when existing annotation has been removed.
Called when existing annotation has changed.
Called when the z-order of annotations has changed on a specified page.
Called then annotation editing mode changes, meaning another annotation is being selected for editing.
Called when annotation editing mode has been entered.
Called when annotation editing mode has been exited.
Unbind current annotation editing controller (if any).