GetBillingChoiceInfoParams

public final class GetBillingChoiceInfoParams


Params for BillingClient.getBillingChoiceInfoAsync.

Summary

Nested types

Builder for GetBillingChoiceInfoParams.

Supported image layouts.

Public methods

int

Returns the billing program.

String

Returns the Play Billing choice image layout.

Locale

Returns the user locale if set and null otherwise.

static GetBillingChoiceInfoParams.Builder

Returns a new builder for GetBillingChoiceInfoParams.

Public methods

getBillingProgram

public int getBillingProgram()

Returns the billing program.

getPlayBillingChoiceImageLayout

public String getPlayBillingChoiceImageLayout()

Returns the Play Billing choice image layout.

getUserLocale

public Locale getUserLocale()

Returns the user locale if set and null otherwise.

newBuilder

public static GetBillingChoiceInfoParams.Builder newBuilder()

Returns a new builder for GetBillingChoiceInfoParams.