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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026年06月18日 UTC.