ExternalPurchaseCustomLinkTokenTypeIOS enum

Token types for ExternalPurchaseCustomLink (iOS 18.1+). Used to request different types of external purchase tokens for reporting to Apple. Reference: https://developer.apple.com/documentation/storekit/externalpurchasecustomlink/token(for:)

Inheritance
  • Object
  • Enum
  • ExternalPurchaseCustomLinkTokenTypeIOS
Available extensions

Values

Acquisition → const ExternalPurchaseCustomLinkTokenTypeIOS

Token for customer acquisition tracking. Use this when a new customer makes their first purchase through external link.

const ExternalPurchaseCustomLinkTokenTypeIOS('acquisition')
Services → const ExternalPurchaseCustomLinkTokenTypeIOS

Token for ongoing services tracking. Use this for existing customers making additional purchases.

const ExternalPurchaseCustomLinkTokenTypeIOS('services')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

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