BoseGestureType

public enum BoseGestureType : UInt8, Codable

Identifies a gesture recognized by a wearable device.

  • Non-event - no gesture detected

    Declaration

    Swift

    case nonEvent
  • Look up gesture.

    Declaration

    Swift

    case lookUp
  • Look down gesture.

    Declaration

    Swift

    case lookDown
  • Look left gesture.

    Declaration

    Swift

    case lookLeft
  • Look right gesture.

    Declaration

    Swift

    case lookRight
  • Tilt left gesture.

    Declaration

    Swift

    case tiltLeft
  • Tilt right gesture

    Declaration

    Swift

    case tiltRight
  • Head nod gesture

    Declaration

    Swift

    case headNod
  • Head shake gesture

    Declaration

    Swift

    case headShake
  • all

    The set of gestures supported by the SDK. See WearableDeviceInformation.availableGestures and GestureInformation.availableGestures for the set of gestures supported by a given wearable device.

    Declaration

    Swift

    public static var all: [BoseGestureType]
  • Undocumented

    Declaration

    Swift

    public static func from(_ label: String) -> BoseGestureType