How do I use the Notification Received Event? | Aquro Help Center

In Aquro, it's possible to trigger a Visual Coding script whenever a push notification is received in your app. Here's how:

  1. Open up the app in Aquro App Studio
  2. Navigate to the Development pane
  3. Expand the Backend services node in the left treeview
  4. Click on the Push Notification Service node
  5. Under Notification Received Event click on EDIT

The Visual Coding editor will now load and you may create a script that will be executed when your application receives an push notification.

To access data from the data collection attached to the push notification use the Cloud.Push.GetData manager.