Community Push Notification Settings

The SDK offers push notification settings per community, allowing users to configure which notification events should be enabled on the community. This configuration applies universally to every device logged in as the same user.

Configurable events include POST_CREATED, POST_REACTED, COMMENT_CREATED, COMMENT_REACTED, COMMENT_REPLIED, STORY_CREATED, STORY_REACTED, STORY_COMMENT_CREATED

Get Community Push Notification Settings

The SDK provides "getSettings()" function within Community Notification to inspect which notification events are enabled on the community.

Update Community Push Notification Settings

The SDK provides "enable()" function where user can choose which notification events to be enabled on the community and "disable()" function to disable all notification events on the community.

Last updated