diff --git a/api/application/ApplicationContext.d.ts b/api/application/ApplicationContext.d.ts index d9dbc4eaf61e98fc9af97633d096a9073654c5f4..8f6683b82f57a911e421086e2a3257707569c145 100644 --- a/api/application/ApplicationContext.d.ts +++ b/api/application/ApplicationContext.d.ts @@ -219,7 +219,8 @@ declare class ApplicationContext extends Context { * Unregisters the listener that monitors the ability lifecycle of the application for interoperability. * *
**NOTE**:
- *
It can be called only by the main thread.
+ *
- It can be called only by the main thread.
+ *
- If callback is undefined, all registered callbacks will be removed.
*