HostBillingClientCallbackHandler constructor

HostBillingClientCallbackHandler(
  1. PurchasesUpdatedListener purchasesUpdatedCallback,
  2. UserSelectedAlternativeBillingListener? alternativeBillingListener
)

Creates a new handler with the given singleton handlers, and no per-connection handlers.

Implementation

HostBillingClientCallbackHandler(
    this.purchasesUpdatedCallback, this.alternativeBillingListener);