SKProductDiscountPaymentMode enum

Dart wrapper around StoreKit's SKProductDiscountPaymentMode.

This is used as a property in the SKProductDiscountWrapper.

Inheritance

Constructors

SKProductDiscountPaymentMode()
const

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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.
inherited

Static Methods

convertFromPigeon(SKProductDiscountPaymentModeMessage msg) SKProductDiscountPaymentMode
Convert from SKProductDiscountPaymentModeMessage to SKProductDiscountPaymentModeWrapper
convertToPigeon(SKProductDiscountPaymentMode wrapper) → SKProductDiscountPaymentModeMessage
Convert from SKProductDiscountPaymentModeMessage to SKProductDiscountPaymentMode

Constants

values → const List<SKProductDiscountPaymentMode>
A constant List of the values in this enum, in order of their declaration.