Push Notifications

Push notifications are remote notifications that an application provider can send to the users of their application, even when the application is not actively running on the user device. Catalyst provides you with an easy way to integrate push notifications into your Catalyst web and iOS applications.

Note: Catalyst Push Notifications is currently not available to Catalyst users accessing from the EU, AU, IN, or CA data centers.

Get a Component Instance

The notification instance can be created as shown below.

Note: The promise returned here will be resolved to an object in which the content key contains the output of the executed function.
    
copy
// Get a notification instance var notification = catalyst.notification;

Last Updated 2024-01-04 12:37:42 +0530 +0530