WalletButtonsViewClickHandler

Handler interface for intercepting wallet button clicks.

This handler is invoked when a user taps on a wallet button (e.g., Google Pay, Link, Shop Pay) in the PaymentSheet or FlowController. The handler can be used to perform custom logic and optionally handle the wallet button action.

Functions

Link copied to clipboard
abstract fun onWalletButtonClick(wallet: String): Boolean

Called when a wallet button is clicked.