Documentation Index
Fetch the complete documentation index at: https://docs.supernote.com/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Description |
|---|---|---|
registerType | number | Registration priority: 0 always first, 1 normal order, 2 always last |
listener | PluginEventListener | Event callback object that implements onMsg(msg). Internally, this method is equivalent to registering a motion_event touch move event listener. The callback msg is MotionEvent |
PluginEventSubscription: subscription object. Callingremove()unregisters the listener and removes the local subscription.