User Push Notification Settings

The SDK offers push notification settings per user, allowing users to configure whether to enable or disable push notifications for specific feature modules. This configuration applies universally to every device logged in as the same user.

Configurable modules include CHAT, SOCIAL, and LIVE_STREAM.

Get User Push Notification Settings

The SDK provides "getSettings()" function within User Notification to inspect the current settings of each feature module.

Update Push Notification Settings

The SDK provides "enable()" function where user can specify the settings of each module and "disableAll()" function where user can choose to disable notifications on every module.

Last updated