ProductDetailsResponseWrapper class
Translation of com.android.billingclient.api.ProductDetailsResponseListener
.
Returned by BillingClient.queryProductDetails.
- Implemented types
- Annotations
Constructors
-
ProductDetailsResponseWrapper.new({required BillingResultWrapper billingResult, required List<
ProductDetailsWrapper> productDetailsList}) -
Creates a ProductDetailsResponseWrapper with the given purchase details.
const
Properties
- billingResult → BillingResultWrapper
-
The final result of the BillingClient.queryProductDetails call.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
-
productDetailsList
→ List<
ProductDetailsWrapper> -
A list of ProductDetailsWrapper matching the query to BillingClient.queryProductDetails.
final
- responseCode → BillingResponse
-
The status of the operation.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override