What are the events dispatched by the "apps" sender?

Hello everyone,

I am using two events to know when my app is being installed and when it is having configuration changes, as in the screenshot below.:

image

I usually use the “setup” event to create the settings and entities needed for the application to work.

I learned to use these two events by looking at application “external-promotion-provider” code.

What I would like to know is, what are the other events that this sender sends??

Thks

3 Likes

While this is not currently public knowledge we can share, I can tell you that the other events are mostly related to our app publishing and linking flows.

They are used internally to synchronize and orchestrate actions that need to be performed by multiple subsystems.

If you need to know whether a specific event exists, and you have a legitimate use for such event, we can probably find a way to share that information with you. But for now, that’s all I can say :slight_smile:

2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.