Contents

ExternalPurchase.NoticeResult.continuedWithExternalPurchaseToken(token:)

Describes when people chose to continue to view external purchases, and provides the external purchase token.

Declaration

case continuedWithExternalPurchaseToken(token: String)

Parameters

  • token:

    The external purchase token.

Mentioned in

Discussion

When your app calls presentNoticeSheet() and it results in this value: ExternalPurchase.NoticeResult.continuedWithExternalPurchaseToken(token:), your app can proceed to present external purchases.

``

See Also

Getting notice sheet results