Skip to main content

Using Events

Registering an Event

Image

Executing an Event

Image

  • Every time you call “Invoke Simple Event” with the “MyEvent” identifier, the registered callback will execute and do whatever logic you implement there.

Payload Events

You can use custom Objects (a payload) to send any kind of data you want!

Creating the payload object

  • Create an object based on the PayloadObject type

Image

  • Verify payload object blueprint

Image

  • Payload object data

Image

Registering a Payload event

Image

Calling / Invoking a payload event

Image