-
public interface OpenIapUserChoiceBillingListenerListener for User Choice Billing selection (Android) Fires when user selects alternative billing in the User Choice Billing dialog
-
-
Method Summary
Modifier and Type Method Description abstract UnitonUserChoiceBilling(UserChoiceBillingDetails details)Called when user selects alternative billing -
-
Method Detail
-
onUserChoiceBilling
abstract Unit onUserChoiceBilling(UserChoiceBillingDetails details)
Called when user selects alternative billing
- Parameters:
details- The user choice billing details
-
-
-
-