Enum INIntentErrorCode

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

public enum INIntentErrorCode
extends Enum<INIntentErrorCode>
implements NSErrorCode
Since:
Available in iOS 10.0 and later.
  • Enum Constant Details

    • InteractionOperationNotSupported

      public static final INIntentErrorCode InteractionOperationNotSupported
    • DonatingInteraction

      public static final INIntentErrorCode DonatingInteraction
    • DeletingAllInteractions

      public static final INIntentErrorCode DeletingAllInteractions
    • DeletingInteractionWithIdentifiers

      public static final INIntentErrorCode DeletingInteractionWithIdentifiers
    • DeletingInteractionWithGroupIdentifier

      public static final INIntentErrorCode DeletingInteractionWithGroupIdentifier
    • IntentSupportedByMultipleExtension

      public static final INIntentErrorCode IntentSupportedByMultipleExtension
    • RestrictedIntentsNotSupportedByExtension

      public static final INIntentErrorCode RestrictedIntentsNotSupportedByExtension
    • NoHandlerProvidedForIntent

      public static final INIntentErrorCode NoHandlerProvidedForIntent
    • InvalidIntentName

      public static final INIntentErrorCode InvalidIntentName
    • NoAppAvailable

      public static final INIntentErrorCode NoAppAvailable
    • RequestTimedOut

      public static final INIntentErrorCode RequestTimedOut
    • MissingInformation

      public static final INIntentErrorCode MissingInformation
    • InvalidUserVocabularyFileLocation

      public static final INIntentErrorCode InvalidUserVocabularyFileLocation
    • ExtensionLaunchingTimeout

      public static final INIntentErrorCode ExtensionLaunchingTimeout
    • ExtensionBringUpFailed

      public static final INIntentErrorCode ExtensionBringUpFailed
    • ImageGeneric

      public static final INIntentErrorCode ImageGeneric
    • ImageNoServiceAvailable

      public static final INIntentErrorCode ImageNoServiceAvailable
    • ImageStorageFailed

      public static final INIntentErrorCode ImageStorageFailed
    • ImageLoadingFailed

      public static final INIntentErrorCode ImageLoadingFailed
    • ImageRetrievalFailed

      public static final INIntentErrorCode ImageRetrievalFailed
    • ImageProxyLoop

      public static final INIntentErrorCode ImageProxyLoop
    • ImageProxyInvalid

      public static final INIntentErrorCode ImageProxyInvalid
    • ImageProxyTimeout

      public static final INIntentErrorCode ImageProxyTimeout
    • ImageServiceFailure

      public static final INIntentErrorCode ImageServiceFailure
    • ImageScalingFailed

      public static final INIntentErrorCode ImageScalingFailed
    • PermissionDenied

      public static final INIntentErrorCode PermissionDenied
    • VoiceShortcutCreationFailed

      public static final INIntentErrorCode VoiceShortcutCreationFailed
    • VoiceShortcutGetFailed

      public static final INIntentErrorCode VoiceShortcutGetFailed
    • VoiceShortcutDeleteFailed

      public static final INIntentErrorCode VoiceShortcutDeleteFailed
    • EncodingGeneric

      public static final INIntentErrorCode EncodingGeneric
    • EncodingFailed

      public static final INIntentErrorCode EncodingFailed
    • DecodingGeneric

      public static final INIntentErrorCode DecodingGeneric
  • Method Details

    • values

      public static INIntentErrorCode[] 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 INIntentErrorCode 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
    • getClassDomain

      public static String getClassDomain()
      Since:
      Available in iOS 10.0 and later.
    • value

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

      public static INIntentErrorCode 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