Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fanchao committed Sep 4, 2024
1 parent 34bc669 commit 3694c24
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,10 @@ import javax.inject.Inject
private const val TAG = "PushRegistrationHandler"

/**
* A class that listens to the config changes, user's preference and register
* for system level push notification accordingly.
* A class that listens to the config, user's preference, token changes and
* register/unregister push notification accordingly.
*
* This class only caters for new groups' push registration, and it does not handle
* de-registration of push notification for groups that are removed, as the data needed
* for de-registration can not be guaranteed to be available at the time we discover that
* a group is removed.
* This class DOES NOT handle the legacy groups push notification.
*/
class PushRegistrationHandler
@Inject
Expand Down

0 comments on commit 3694c24

Please sign in to comment.