Use this API to stop listening for background transition events that were registered withDocumentation Index
Fetch the complete documentation index at: https://docs.rebellapp.com/llms.txt
Use this file to discover all available pages before exploring further.
my.onAppHide().
Parameters
| Property | Type | Required | Description |
|---|---|---|---|
| callback | Function | No | The specific callback to remove. If omitted, all listeners are removed. |
Code Example
Remove Specific Listener
Remove All Listeners
Related APIs
my.onAppHide
Listen for background events
my.offAppShow
Stop listening for foreground events