finishStart
After a merchant app has re-entered the foreground following an auth challenge (@see PayPalWebCheckoutClient.start), call this method to see if a user has successfully authorized a PayPal account as a payment source.
Parameters
An Android intent that holds the deep link put the merchant app back into the foreground after an auth challenge.
Deprecated
Auth state is now captured internally by the SDK. Please migrate to finishStart(intent).
Replace with
finishStart(intent)After a merchant app has re-entered the foreground following an auth challenge (@see PayPalWebCheckoutClient.start), call this method to see if a user has successfully authorized a PayPal account as a payment source.
Parameters
An Android intent that holds the deep link put the merchant app back into the foreground after an auth challenge.
A continuation state received from PayPalPresentAuthChallengeResult.Success when calling PayPalWebCheckoutClient.start. This is needed to properly verify that an authorization completed successfully.