-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ExternalPurchaseCustomLinkTokenTypeIOS extends Enum<ExternalPurchaseCustomLinkTokenTypeIOS>
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:)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classExternalPurchaseCustomLinkTokenTypeIOS.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description ServicesToken for ongoing services tracking. Use this for existing customers making additional purchases.
AcquisitionToken for customer acquisition tracking. Use this when a new customer makes their first purchase through external link.
-
Method Summary
Modifier and Type Method Description final StringtoJson()final StringgetRawValue()final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getRawValue
final String getRawValue()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-