onBadgeUpdated( )


Notes:

Triggered when a badge is updated.

Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?