-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add setFallbackToWeb() to VenmoRequest * If set to true customers will fallback to a web based Venmo flow if the Venmo app is not installed * This method uses App Links instead of Deep Links * Add VenmoClient#parseBrowserSwitchResult(Context, Intent) method * Add VenmoClient#clearActiveBrowserSwitchRequests(Context) method * Add VenmoClient#onBrowserSwitchResult(BrowserSwitchResult, VenmoOnActivityResultCallback) method * This feature has been added to the Demo app, select "Venmo Fallback to Web" in the Settings menu to test this flow * Add unit tests Co-authored-by: Tim Chow <tichow@paypal.com> Co-authored-by: Justin Warmkessel <jwarmkessel@gmail.com> Co-authored-by: Sarah Koop <skoop@paypal.com>
- Loading branch information
1 parent
332442e
commit ab5f704
Showing
12 changed files
with
747 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.