Enum Class MpfcEngine.ActivationResult

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

public static enum MpfcEngine.ActivationResult extends Enum<MpfcEngine.ActivationResult>
Device activation result
Since:
1.0
  • Enum Constant Details

    • SUCCEEDED

      public static final MpfcEngine.ActivationResult SUCCEEDED
      The device was successfully activated and has access to all purchased features now
      Since:
      1.0
    • ALREADY_ACTIVATED

      public static final MpfcEngine.ActivationResult ALREADY_ACTIVATED
      The device was already activated before - no change, all purchased features stays available
      Since:
      1.0
    • FAILED_DEVICE_CANNOT_BE_ACTIVATED

      public static final MpfcEngine.ActivationResult FAILED_DEVICE_CANNOT_BE_ACTIVATED
      Cannot activate the device. Product key does not enable any more activations.
      Since:
      1.0
    • FAILED_NO_INTERNET

      public static final MpfcEngine.ActivationResult FAILED_NO_INTERNET
      Failed to complete device activation process - no Internet connection
      Since:
      1.0
    • FAILED

      public static final MpfcEngine.ActivationResult FAILED
      Failed
      Since:
      1.0
  • Method Details

    • values

      public static MpfcEngine.ActivationResult[] 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 MpfcEngine.ActivationResult 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