onEventEnded( )


Notes:

Triggered when an event has ended.

Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?