Skip to main content

SDK public events

Events can be both sent by another Red App (or even the same) or triggered by SR360.

List of the SR360 application events that can be handled by RedApp using Event Bus:

  1. Extension point abort event - triggered whenever flow is canceled from extension point. Check the details.

  2. New user sign-in event - triggered whenever a user logs in. This event contains no data model. Check the details.

  3. Copy to PNR executed - triggered when copying data to PNR finishes. Event name is copy-to-pnr-executed. It can be handled like any other event, it does not contain any data. Check the details.