HostBillingClientCallbackHandler constructor
HostBillingClientCallbackHandler(
- PurchasesUpdatedListener purchasesUpdatedCallback,
- UserSelectedAlternativeBillingListener? alternativeBillingListener
Creates a new handler with the given singleton handlers, and no per-connection handlers.
Implementation
HostBillingClientCallbackHandler(
this.purchasesUpdatedCallback, this.alternativeBillingListener);