Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Last active May 27, 2016 09:32
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/13888b9300b2d351a8e7d96fb4d5eb6a to your computer and use it in GitHub Desktop.
Save hitherejoe/13888b9300b2d351a8e7d96fb4d5eb6a to your computer and use it in GitHub Desktop.
WalletFragmentOptions walletFragmentOptions = WalletFragmentOptions.newBuilder()
.setEnvironment(Constants.WALLET_ENVIRONMENT)
.setFragmentStyle(walletFragmentStyle)
.setTheme(WalletConstants.THEME_LIGHT)
.setMode(WalletFragmentMode.BUY_BUTTON)
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment