-
Exceptions Exceptions Description dev.hyo.openiap.OpenIapError.InvalidReceipt
-
Methods Method Description dev.hyo.openiap.checkAlternativeBillingAvailability() dev.hyo.openiap.showAlternativeBillingInformationDialog(Activity) dev.hyo.openiap.createAlternativeBillingReportingToken() dev.hyo.openiap.checkAlternativeBillingAvailability() Check if alternative billing is available for this user/device Step 1 of alternative billing flow dev.hyo.openiap.showAlternativeBillingInformationDialog(Activity) Show alternative billing information dialog to user Step 2 of alternative billing flow Must be called BEFORE processing payment dev.hyo.openiap.createAlternativeBillingReportingToken() Create external transaction token for alternative billing Step 3 of alternative billing flow Must be called AFTER successful payment in your payment system Token must be reported to Google Play backend within 24 hours dev.hyo.openiap.store.checkAlternativeBillingAvailability() Step 1: Check if alternative billing is available for this user/device dev.hyo.openiap.store.showAlternativeBillingInformationDialog(Activity) Step 2: Show alternative billing information dialog to user Must be called BEFORE processing payment dev.hyo.openiap.store.createAlternativeBillingReportingToken() Step 3: Create external transaction token for alternative billing Must be called AFTER successful payment in your payment system Token must be reported to Google Play backend within 24 hours dev.hyo.openiap.store.OpenIapStore(Context,Boolean) Convenience constructor for backward compatibility