SKProductDiscountPaymentMode enum
Dart wrapper around StoreKit's SKProductDiscountPaymentMode.
This is used as a property in the SKProductDiscountWrapper.
Values
- payAsYouGo → const SKProductDiscountPaymentMode
-
Allows user to pay the discounted price at each payment period.
- payUpFront → const SKProductDiscountPaymentMode
-
Allows user to pay the discounted price upfront and receive the product for the rest of time that was paid for.
- freeTrail → const SKProductDiscountPaymentMode
-
User pays nothing during the discounted period.
- unspecified → const SKProductDiscountPaymentMode
-
Unspecified mode.
Properties
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.
inherited
Constants
-
values
→ const List<
SKProductDiscountPaymentMode> - A constant List of the values in this enum, in order of their declaration.