Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Feed View allows you to display list information in XML format to end users. This module is often used for transit schedule and other information that need to be dynamically loaded by the app.Most commonly, 

The default Feed View URL is: https://[dashboardURL].apparmor.com/Integration/NotificationHistory . This URL will display the Push Notifications sent to the app from the “alert” (all) channel by default.

You may also concatenate the URL to pull in the alerts to a specific push channel: https://[dashboardURL].apparmor.com/Integration/NotificationHistory/?channel=[ChannelName]. When implementing this in the app, we would suggest laying out multiple buttons that individually offer the alerts in a Feed View for each channel. You cannot combine multiple data feeds into a single Feed View.

How it looks like in the app:

An example of where this feature is most commonly used is in the About/Preferences > Push Notification History section in the app:

...