Package 

Enum ExternalPurchaseCustomLinkTokenTypeIOS

  • 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:)

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      Services

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

      Acquisition

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