GestureInformation

public struct GestureInformation

Provides information about available gestures.

  • An array of gestures that are available on this wearable device.

    Declaration

    Swift

    public var availableGestures: [GestureType] { get }
  • Declaration

    Swift

    public var debugDescription: String { get }