-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ExternalPurchaseCustomLinkNoticeTypeIOS extends Enum<ExternalPurchaseCustomLinkNoticeTypeIOS>
Notice types for ExternalPurchaseCustomLink (iOS 18.1+). Determines the style of disclosure notice to display. Reference: https://developer.apple.com/documentation/storekit/externalpurchasecustomlink/noticetype
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classExternalPurchaseCustomLinkNoticeTypeIOS.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description BrowserNotice type indicating external purchases will be displayed in a browser or destination of the app's choice.
-
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()
-
-
-
-