NamiPurchaseSuccessGoogle class
This object represents a successful purchase passed to NamiPaywallManager.buySkuComplete when using Nami paywalls atop your own code or a third-party subscription management vendor such as RevenueCat When the Platform is Android
- Inheritance
-
- Object
- NamiPurchaseSuccess
- NamiPurchaseSuccessGoogle
Constructors
- NamiPurchaseSuccessGoogle(NamiSKU product, String orderId, String purchaseToken)
- NamiPurchaseSuccessGoogle.fromMap(Map map)
-
factory
Properties
- description ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- orderId ↔ String
-
getter/setter pair
- product ↔ NamiSKU
-
getter/setter pairinherited
- purchaseToken ↔ String
-
getter/setter pair
- 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
-
toMap(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited