-
Notifications
You must be signed in to change notification settings - Fork 586
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add change listener for app and user * Add a member variable to store listener tokens to app and user. Store the shared pointer to app and user as a member variable on User and App classes to ensure that the tokens are moved correctly and not copied. * Write tests for app listener. * Update changelog * Add typescript types * Add jsdocs * Adding stubs for App and User listeners * Update description of listener events * Add Remove All Listeners * Add removeAllListeners to realm-web * Use NotificationBucket for App & User (#4551) * Refactored NotificationBucket to take a Token type * Using NotificationBucket for App and User * Add header comment blocks to new functions * Small refactorings Co-authored-by: Kræn Hansen <[email protected]> Co-authored-by: Tom Duncalf <[email protected]> Co-authored-by: Kenneth Geisshirt <[email protected]> Co-authored-by: FFranck <[email protected]>
- Loading branch information
1 parent
6140d46
commit b4d6033
Showing
17 changed files
with
428 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.