onEventStarted( )


Notes:

Triggered when an event has started.

Permissions
Read Events
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: EventStartedEnvelope): void | Promise<void>

Did this help?