BillingClient.BillingProgram

@Retention(value = java.lang.annotation.RetentionPolicy.SOURCE)
public annotation BillingClient.BillingProgram


Possible billing programs.

Summary

Constants

static final int

External Content Links.

static final int

External Offers.

static final int

External Payments Program.

static final int

Do not use.

Constants

EXTERNAL_CONTENT_LINK

public static final int EXTERNAL_CONTENT_LINK = 1

External Content Links.

EXTERNAL_OFFER

public static final int EXTERNAL_OFFER = 3

External Offers.

EXTERNAL_PAYMENTS

public static final int EXTERNAL_PAYMENTS = 4

External Payments Program.

UNSPECIFIED_BILLING_PROGRAM

public static final int UNSPECIFIED_BILLING_PROGRAM = 0

Do not use.

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 2025年12月23日 UTC.