For the complete documentation index, see llms.txt. This page is also available as Markdown.

off(xAppEvent, fn)

Certain events are sent to xApps. These events are usually an asynchronous callback containing data requested by calling one of the xApp UI actions.

The off(...) method on the Xumm SDK's xapp object allows you to deregister an event handler. For the available event handlers, please see the on(xAppEvent, fn) page.

Last updated

Was this helpful?