API reference

BillingConfig Class

Modifiers: final
BillingConfig stores configuration used to perform billing operations.
Note: This data can change and should not be cached.
The equivalent Google Play Billing Library class can be found at the Android developer documentation for BillingConfig.

Signature

data class BillingConfig(val countryCode: String)

Constructors

BillingConfig ( countryCode )
Signature
constructor(countryCode: String)
Parameters
countryCode: String
  The customer's country code.

Properties

countryCode : String
[Get]
The customer's country code.
Signature
val countryCode: String
Did you find this page helpful?