Enum SKErrorCode

java.lang.Object
java.lang.Enum<SKErrorCode>
org.robovm.apple.storekit.SKErrorCode
All Implemented Interfaces:
Serializable, Comparable<SKErrorCode>, NSErrorCode, ValuedEnum

public enum SKErrorCode
extends Enum<SKErrorCode>
implements NSErrorCode
  • Enum Constant Details

    • Unknown

      public static final SKErrorCode Unknown
    • ClientInvalid

      public static final SKErrorCode ClientInvalid
    • PaymentCancelled

      public static final SKErrorCode PaymentCancelled
    • PaymentInvalid

      public static final SKErrorCode PaymentInvalid
    • PaymentNotAllowed

      public static final SKErrorCode PaymentNotAllowed
    • StoreProductNotAvailable

      public static final SKErrorCode StoreProductNotAvailable
    • CloudServicePermissionDenied

      public static final SKErrorCode CloudServicePermissionDenied
      Since:
      Available in iOS 9.3 and later.
    • CloudServiceNetworkConnectionFailed

      public static final SKErrorCode CloudServiceNetworkConnectionFailed
      Since:
      Available in iOS 9.3 and later.
    • CloudServiceRevoked

      public static final SKErrorCode CloudServiceRevoked
      Since:
      Available in iOS 10.3 and later.
    • PrivacyAcknowledgementRequired

      public static final SKErrorCode PrivacyAcknowledgementRequired
      Since:
      Available in iOS 12.2 and later.
    • UnauthorizedRequestData

      public static final SKErrorCode UnauthorizedRequestData
      Since:
      Available in iOS 12.2 and later.
    • InvalidOfferIdentifier

      public static final SKErrorCode InvalidOfferIdentifier
      Since:
      Available in iOS 12.2 and later.
    • InvalidSignature

      public static final SKErrorCode InvalidSignature
      Since:
      Available in iOS 12.2 and later.
    • MissingOfferParams

      public static final SKErrorCode MissingOfferParams
      Since:
      Available in iOS 12.2 and later.
    • InvalidOfferPrice

      public static final SKErrorCode InvalidOfferPrice
      Since:
      Available in iOS 12.2 and later.
    • OverlayCancelled

      public static final SKErrorCode OverlayCancelled
      Since:
      Available in iOS 12.2 and later.
    • OverlayInvalidConfiguration

      public static final SKErrorCode OverlayInvalidConfiguration
      Since:
      Available in iOS 14.0 and later.
    • OverlayTimeout

      public static final SKErrorCode OverlayTimeout
      Since:
      Available in iOS 14.0 and later.
    • IneligibleForOffer

      public static final SKErrorCode IneligibleForOffer
      Since:
      Available in iOS 14.0 and later.
    • UnsupportedPlatform

      public static final SKErrorCode UnsupportedPlatform
      Since:
      Available in iOS 14.0 and later.
    • OverlayPresentedInBackgroundScene

      public static final SKErrorCode OverlayPresentedInBackgroundScene
      Since:
      Available in iOS 14.5 and later.
  • Method Details

    • values

      public static SKErrorCode[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static SKErrorCode valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public long value()
      Specified by:
      value in interface ValuedEnum
    • valueOf

      public static SKErrorCode valueOf​(long n)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      n - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null