Enum Class StartupParamsItemStatus

java.lang.Object
java.lang.Enum<StartupParamsItemStatus>
io.appmetrica.analytics.StartupParamsItemStatus
All Implemented Interfaces:
Serializable, Comparable<StartupParamsItemStatus>, Constable

public enum StartupParamsItemStatus extends Enum<StartupParamsItemStatus>
  • Enum Constant Details

    • OK

      public static final StartupParamsItemStatus OK
      Value is present.
    • PROVIDER_UNAVAILABLE

      public static final StartupParamsItemStatus PROVIDER_UNAVAILABLE
      Value is absent because provider is unavailable.
    • INVALID_VALUE_FROM_PROVIDER

      public static final StartupParamsItemStatus INVALID_VALUE_FROM_PROVIDER
      Value is absent because it is invalid.
    • NETWORK_ERROR

      public static final StartupParamsItemStatus NETWORK_ERROR
      Value is absent because some network error happened.
    • FEATURE_DISABLED

      public static final StartupParamsItemStatus FEATURE_DISABLED
      Value is absent because feature is disabled.
    • UNKNOWN_ERROR

      public static final StartupParamsItemStatus UNKNOWN_ERROR
      Value is absent because some unknown error happened.
  • Method Details

    • values

      public static StartupParamsItemStatus[] 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 StartupParamsItemStatus 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