Channel Push Notification Settings

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

Get Channel Push Notification Settings

The SDK provides "getSettings()" function within Channel Notification to check whether push notification is enabled on the channel.

Update Channel Push Notification Settings

The SDK provides "enable()" and "disable()" functions where user can choose whether to enable or disable push notifications coming from the channel.

Last updated