Some test text!
Android / Guides / Events/triggers
The ToolManager
exposes a number of events to allow a subscriber to be notified of events fired from the tools package. There are a number of methods that allow you to modify the behaviour of the tools themselves. The methods discussed here are simple notifications, so that the app may coordinate as necessary.
Scenario | Method to use to register your callback |
---|---|
Get notified on touch events | setPreToolManagerListener |
Get notified on annotation events | setBasicAnnotationListener |
Get notified on annotation modification events | addAnnotationModificationListener |
Get notified on quick menu events | setQuickMenuListener |
Get notified on tool changed event | addToolChangedListener |
add
, you can remove your callback using the corresponding remove
method.Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales