Push Notification Received

Kalipso - Form - Controls - Events - Push Notification Received

This event is triggered when the application is active and a new push notification message is received.

This event is triggered in the current form, and if it does not exist in the current form is triggered in the first form. So if this event is only defined in the application first form, any push notification message received will be handled by this event on the first form.

In order for push notifications to become available you need to select the option Enable Push Notifications in the project properties.

If the application is not active the push notification will be handled by the O.S. and if you enabled the "Save messages when application is not active" option in your project properties, it will be saved locally on the device. You can use "Push Notification ... Lost ..." actions to retrieve the messages that where received while your application was not active.

Lost Messages are also saved if this event is not executed for a specific message. (Application is closed or application is open but the event is not handled neither by the current nor the first form)

Event available on the following operating systems

Last updated