onUrlChange property

UrlChangeCallback onUrlChange
final

Callback invoked when the browser navigates to a new URL.

This can be used to:

  • Track payment progress
  • Detect completion
  • Monitor for security issues

Implementation

final UrlChangeCallback onUrlChange;