VaySessionState

public enum VaySessionState

The possible session states.

  • No human is recognized.

    Declaration

    Swift

    case noHuman
  • The user needs to reposition to reach the start position.

    Declaration

    Swift

    case positioning
  • The start position is reached and the exercise is started.

    Declaration

    Swift

    case exercising