You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
onButtonClick - fires when any button is pressed, the callback can filter to react to specific button presses based on the parameter buttonType which is passed in.
onRouteChange - fires when we go from PaymentOption -> Wrap -> Review etc. Passed in parameter is the actual step we changed to.
onTransactionSent -> fires when we sent a transaction, the passed in parameter is the transaction hash
onSuccess -> fires when a stream has started
onSuccessButtonClick - @deprecated in favor of onButtonClick
onPaymentOptionUpdate - fires when the user changes paymentOptions
Problem
Solution
The text was updated successfully, but these errors were encountered: