-
public interface DeveloperProvidedBillingListenerListener for developer-provided billing selection in External Payments flow. Called when user selects the developer's billing option (instead of Google Play) in the side-by-side choice dialog during purchase.
This is only available in Japan and requires Google Play Billing Library 8.3.0+.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonUserSelectedDeveloperBilling(DeveloperProvidedBillingDetails details)Called when user selects developer-provided billing -
-
Method Detail
-
onUserSelectedDeveloperBilling
abstract Unit onUserSelectedDeveloperBilling(DeveloperProvidedBillingDetails details)
Called when user selects developer-provided billing
- Parameters:
details- Developer-provided billing details including external transaction token
-
-
-
-