Slide 63
Slide 63 text
val params = BillingFlowParams.newBuilder()
// Specify an obfuscated identifier to uniquely identify the
// user’s account.
.setObfuscatedAccountId(obfuscatedAccountId)
// Optionally, specify an obfuscated identifier to uniquely
// identify the character profile with the user’s account.
.setObfuscatedProfileId(obfuscatedProfileId)
billingClient.launchBillingFlow(activity, params.build())