Enum Class MpfcEngine.InitStatus

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

public static enum MpfcEngine.InitStatus extends Enum<MpfcEngine.InitStatus>
MapFactor SDK initialization progress status
Since:
1.0
  • Enum Constant Details

    • NOT_INITIALIZED

      public static final MpfcEngine.InitStatus NOT_INITIALIZED
      Initialization has not started yet
      Since:
      1.0
    • IN_PROGRESS

      public static final MpfcEngine.InitStatus IN_PROGRESS
      Initialization currently in progress
      Since:
      1.0
    • FINISHED

      public static final MpfcEngine.InitStatus FINISHED
      Initialization process finished (either successfully or failed)
      Since:
      1.0
    • RESTARTING

      public static final MpfcEngine.InitStatus RESTARTING
      Re-initialization is in progress due to a change in library settings
      Since:
      1.0
  • Method Details

    • values

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