handleReturnToApp
Handles the return from the Venmo authentication flow and tokenizes the result.
Call this method on onResume after the user completes the Venmo authentication and is returned to app.
If the Activity used to launch the Venmo flow has is configured with android:launchMode="singleTop", this method should be invoked in the onNewIntent method of the Activity.
This method:
Extracts the authentication result from the intent
Tokenizes the successful authentication
Returns the final Venmo result via the callback
Parameters
the VenmoPendingRequest.Started stored after successfully invoking VenmoLauncher.launch
the intent to return to merchant's application containing a deep link result from the Venmo browser flow
callback to receive the final Venmo result (success, cancel, or failure)