Enum PathSessionState

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      Init

      Initial state of the session

      Active

      Indicates active, valid session

      Faded

      Path for session is currently can't be calculated properly, but yet to fail

      Arrived

      Session is completed with destination reached

      Aborted

      Session is aborted

      Failed

      Path calculation for the session is failed

    • Method Summary

      Modifier and Type Method Description
      final PathSessionState valueOf(String value) Returns the enum constant of this type with the specified name.
      final Array<PathSessionState> values() Returns an array containing the constants of this enum type, in the order they're declared.
      final Integer getState()
      final EnumEntries<PathSessionState> getEntries() Available session for PathSession
      • Methods inherited from class kotlin.Enum

        getName, getOrdinal
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait