Enum MSMessageErrorCode

java.lang.Object
java.lang.Enum<MSMessageErrorCode>
org.robovm.apple.messages.MSMessageErrorCode
All Implemented Interfaces:
Serializable, Comparable<MSMessageErrorCode>, ValuedEnum

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

    • Unknown

      public static final MSMessageErrorCode Unknown
      Since:
      Available in iOS 11.0 and later.
    • FileNotFound

      public static final MSMessageErrorCode FileNotFound
    • FileUnreadable

      public static final MSMessageErrorCode FileUnreadable
    • ImproperFileType

      public static final MSMessageErrorCode ImproperFileType
    • ImproperFileURL

      public static final MSMessageErrorCode ImproperFileURL
    • StickerFileImproperFileAttributes

      public static final MSMessageErrorCode StickerFileImproperFileAttributes
    • StickerFileImproperFileSize

      public static final MSMessageErrorCode StickerFileImproperFileSize
    • StickerFileImproperFileFormat

      public static final MSMessageErrorCode StickerFileImproperFileFormat
    • URLExceedsMaxSize

      public static final MSMessageErrorCode URLExceedsMaxSize
    • SendWithoutRecentInteraction

      public static final MSMessageErrorCode SendWithoutRecentInteraction
      Since:
      Available in iOS 11.0 and later.
    • SendWhileNotVisible

      public static final MSMessageErrorCode SendWhileNotVisible
      Since:
      Available in iOS 11.0 and later.
    • APIUnavailableInPresentationContext

      public static final MSMessageErrorCode APIUnavailableInPresentationContext
      Since:
      Available in iOS 12.0 and later.
  • Method Details

    • values

      public static MSMessageErrorCode[] 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 MSMessageErrorCode 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
    • getStickersErrorDomain

      public static String getStickersErrorDomain()
      Since:
      Available in iOS 10.0 and later.
    • getMessagesErrorDomain

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

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

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