-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum PassioMode extends Enum<PassioMode>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description IS_READY_FOR_DETECTIONAll the files needed by the SDK are present and the SDK can be used to its full extent.
IS_DOWNLOADING_MODELSA newer version of files needed by the SDK are being downloaded.
IS_BEING_CONFIGUREDThe configuration process is still running.
FAILED_TO_CONFIGUREThe configuration process has encountered an error and was not completed successfully.
NOT_READYIndicates that the configuration process has not started yet.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-