-
public final class BillingResultAndroidExtended billing result with sub-response code (Android) Available in Google Play Billing Library 8.0.0+
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBillingResultAndroid.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringdebugMessageprivate final IntegerresponseCodeprivate final SubResponseCodeAndroidsubResponseCode
-
Constructor Summary
Constructors Constructor Description BillingResultAndroid(String debugMessage, Integer responseCode, SubResponseCodeAndroid subResponseCode)
-
Method Summary
Modifier and Type Method Description final StringgetDebugMessage()Debug message from the billing library final IntegergetResponseCode()The response code from the billing operation final SubResponseCodeAndroidgetSubResponseCode()Sub-response code for more granular error information (8.0+). final Map<String, Object>toJson()-
-
Constructor Detail
-
BillingResultAndroid
BillingResultAndroid(String debugMessage, Integer responseCode, SubResponseCodeAndroid subResponseCode)
-
-
Method Detail
-
getDebugMessage
final String getDebugMessage()
Debug message from the billing library
-
getResponseCode
final Integer getResponseCode()
The response code from the billing operation
-
getSubResponseCode
final SubResponseCodeAndroid getSubResponseCode()
Sub-response code for more granular error information (8.0+). Provides additional context when responseCode indicates an error.
-
-
-
-