showExternalPurchaseCustomLinkNoticeIOS abstract method

Future<ExternalPurchaseCustomLinkNoticeResultIOS> showExternalPurchaseCustomLinkNoticeIOS(
  1. ExternalPurchaseCustomLinkNoticeTypeIOS noticeType
)

Show ExternalPurchaseCustomLink notice sheet (iOS 18.1+). Displays the system disclosure notice sheet for custom external purchase links. Call this after a deliberate customer interaction before linking out to external purchases. Reference: https://developer.apple.com/documentation/storekit/externalpurchasecustomlink/shownotice(type:)

Implementation

Future<ExternalPurchaseCustomLinkNoticeResultIOS> showExternalPurchaseCustomLinkNoticeIOS(ExternalPurchaseCustomLinkNoticeTypeIOS noticeType);