Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created May 27, 2016 10:14
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/c7545ef9ed6296fa6ec5a87392640612 to your computer and use it in GitHub Desktop.
Save hitherejoe/c7545ef9ed6296fa6ec5a87392640612 to your computer and use it in GitHub Desktop.
WalletFragmentInitParams.Builder startParamsBuilder = WalletFragmentInitParams.newBuilder()
.setMaskedWalletRequest(maskedWalletRequest)
.setMaskedWalletRequestCode(REQUEST_CODE_MASKED_WALLET)
.setAccountName(accountName);
mWalletFragment.initialize(startParamsBuilder.build());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment