QEntitlementRenewState enum

Inheritance

Constructors

QEntitlementRenewState()
const

Values

nonRenewable → const QEntitlementRenewState

For in-app purchases.

unknown → const QEntitlementRenewState

For in-app purchases.

willRenew → const QEntitlementRenewState

Subscription is active and will renew

canceled → const QEntitlementRenewState

The user canceled the subscription, but the subscription may be active. Check isActive to be sure that the subscription has not expired yet.

billingIssue → const QEntitlementRenewState

There was some billing issue. Prompt the user to update the payment method.

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

Constants

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