API reference
API reference
Select your platform
No SDKs available
No versions available

BillingResult

Updated: Mar 19, 2025

BillingResult

data class BillingResult(val responseCode: Int, val debugMessage: String)
Params containing the response code and the debug message from In-app Billing API response.
The equivalent Google Play Billing Library class can be found at the Android developer documentation for BillingResult.

Constructors

NameSummary
BillingResult
constructor(responseCode: Int, debugMessage: String)

Types

NameSummary
class Builder
Helps to construct BillingResult that are used to return response from In-app Billing API.
Companion
object Companion

Properties

NameSummary
debugMessage
val debugMessage: String
Debug message returned in In-app Billing API calls.
responseCode
val responseCode: Int
Response code returned in In-app Billing API calls.

Companion

object Companion

Functions

NameSummary
newBuilder
fun newBuilder(): BillingResult.Builder
Did you find this page helpful?
Thumbs up icon
Thumbs down icon