BillingProgramInformationDialogParams

public final class BillingProgramInformationDialogParams


Parameters for launching the billing program information dialog via BillingClient.showBillingProgramInformationDialog(Activity,BillingProgramInformationDialogParams,BillingProgramInformationDialogListener).

Summary

Public methods

int

Returns the billing program for which to show the information dialog.

String

Returns the external transaction token for which to show the information dialog.

static BillingProgramInformationDialogParams.Builder

Returns a new builder for BillingProgramInformationDialogParams.

Public methods

getBillingProgram

public int getBillingProgram()

Returns the billing program for which to show the information dialog.

getExternalTransactionToken

public String getExternalTransactionToken()

Returns the external transaction token for which to show the information dialog.