-
public final class UserChoiceBillingDetailsUser Choice Billing event details (Android) Fired when a user selects alternative billing in the User Choice Billing dialog
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classUserChoiceBillingDetails.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringexternalTransactionTokenprivate final List<String>products
-
Constructor Summary
Constructors Constructor Description UserChoiceBillingDetails(String externalTransactionToken, List<String> products)
-
Method Summary
Modifier and Type Method Description final StringgetExternalTransactionToken()Token that must be reported to Google Play within 24 hours final List<String>getProducts()List of product IDs selected by the user final Map<String, Object>toJson()-
-
Method Detail
-
getExternalTransactionToken
final String getExternalTransactionToken()
Token that must be reported to Google Play within 24 hours
-
getProducts
final List<String> getProducts()
List of product IDs selected by the user
-
-
-
-