API reference

GetBillingConfigParams Class

Modifiers: final
Parameters for get billing config flow BillingClient.getBillingConfigAsync.
The equivalent Google Play Billing Library class can be found at the Android developer documentation for GetBillingConfigParams.

Signature

class GetBillingConfigParams

Constructors

GetBillingConfigParams ()
Signature
constructor()

Companion Object

Companion Object Functions

newBuilder ()
Constructs a new GetBillingConfigParams.Builder instance.
Signature
fun newBuilder(): GetBillingConfigParams.Builder
Returns
GetBillingConfigParams.Builder

Inner Class

Builder Class

Modifiers: final
Helps construct GetBillingConfigParams.

Signature

class Builder

Functions

build ()
Signature
fun build(): GetBillingConfigParams
Did you find this page helpful?