Enum Class PopupAttachmentsDisplayType

java.lang.Object
java.lang.Enum<PopupAttachmentsDisplayType>
com.esri.arcgisruntime.mapping.popup.PopupAttachmentsDisplayType
All Implemented Interfaces:
Serializable, Comparable<PopupAttachmentsDisplayType>, Constable

public enum PopupAttachmentsDisplayType extends Enum<PopupAttachmentsDisplayType>
The type indicating how to display the attachments. If LIST is specified, attachments show as links. If PREVIEW is specified, attachments expand to the width of the pop-up. Setting the value to AUTO allows applications to choose the most suitable default experience for their application.
Since:
100.14.0
See Also:
  • Enum Constant Details

  • Method Details

    • values

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

      public static PopupAttachmentsDisplayType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null