InAppMessageType enum

Enum for in-app message types. This can be used if you disable automatic in-app message from showing automatically. Then, you can pass what type of messages you want to show in the showInAppMessages method in Purchases.

Inheritance

Constructors

InAppMessageType()
const

Values

billingIssue → const InAppMessageType

In-app messages to indicate there has been a billing issue charging the user.

priceIncreaseConsent → const InAppMessageType

iOS-only. This message will show if you increase the price of a subscription and the user needs to opt-in to the increase.

generic → const InAppMessageType

iOS-only. StoreKit generic messages.

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<InAppMessageType>
A constant List of the values in this enum, in order of their declaration.