BillingResultAndroid class

Extended billing result with sub-response code (Android) Available in Google Play Billing Library 8.0.0+

Constructors

BillingResultAndroid({String? debugMessage, required int responseCode, SubResponseCodeAndroid? subResponseCode})
const
BillingResultAndroid.fromJson(Map<String, dynamic> json)
factory

Properties

debugMessage → String?
Debug message from the billing library
final
hashCode → int
The hash code for this object.
no setterinherited
responseCode → int
The response code from the billing operation
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
subResponseCode → SubResponseCodeAndroid?
Sub-response code for more granular error information (8.0+). Provides additional context when responseCode indicates an error.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited