onSenderDetailsUpdated( )


Notes:

An event that triggers when sender details are updated without the need for explicit verification.

Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?