Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Last active May 31, 2016 09:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hitherejoe/9b5aade63aaeadf73a5c6614f6bcfd65 to your computer and use it in GitHub Desktop.
Save hitherejoe/9b5aade63aaeadf73a5c6614f6bcfd65 to your computer and use it in GitHub Desktop.
WalletFragmentOptions walletFragmentOptions = WalletFragmentOptions.newBuilder()
// set other WalletFragmentOptions
.setMode(WalletFragmentMode.BUY_BUTTON)
.build();
WalletFragment walletFragment = WalletFragment.newInstance(walletFragmentOptions);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment