launch
fun launch(activity: ComponentActivity, paymentAuthRequest: SEPADirectDebitPaymentAuthRequest.ReadyToLaunch): SEPADirectDebitPendingRequest
Launches the SEPA mandate by switching to a web browser for user authentication
Return
SEPADirectDebitPendingRequest a SEPADirectDebitPendingRequest.Started should be stored to complete the flow upon return to app in SEPADirectDebitLauncher.handleReturnToApp, or a SEPADirectDebitPendingRequest.Failure with an error if the SEPA flow was unable to be launched in a browser.
Parameters
activity
an Android ComponentActivity
paymentAuthRequest
the result of the SEPA mandate received from invoking SEPADirectDebitClient.createPaymentAuthRequest