Enum Class Support.SendLogFilesResult

java.lang.Object
java.lang.Enum<Support.SendLogFilesResult>
com.mapfactor.sdk.utils.Support.SendLogFilesResult
All Implemented Interfaces:
Serializable, Comparable<Support.SendLogFilesResult>, Constable
Enclosing interface:
Support

public static enum Support.SendLogFilesResult extends Enum<Support.SendLogFilesResult>
Sending log files result
Since:
2.0
  • Enum Constant Details

    • SUCCESS

      public static final Support.SendLogFilesResult SUCCESS
      Passing log files to an email client succeeded
      Since:
      2.0
    • FAILED_INVALID_CONTEXT_PARAMETER

      public static final Support.SendLogFilesResult FAILED_INVALID_CONTEXT_PARAMETER
      Failed - the context parameter is not an activity context
      Since:
      2.0
    • FAILED

      public static final Support.SendLogFilesResult FAILED
      Failed - probably email client is not installed
      Since:
      2.0
  • Method Details

    • values

      public static Support.SendLogFilesResult[] 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 Support.SendLogFilesResult 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