GestureType

public enum GestureType : String, Codable

Different gestures for auto authentication.

  • tap

    Declaration

    Swift

    case tap = "tap"
  • Declaration

    Swift

    case twist = "twist"
  • Declaration

    Swift

    case inRange = "inRange"
  • Declaration

    Swift

    case appSpecific = "appSpecific"
  • Declaration

    Swift

    case wave = "wave"
  • ai

    Declaration

    Swift

    case ai = "ai"
  • Declaration

    Swift

    case appleWatch = "appleWatch"
  • Declaration

    Swift

    case BluREMOTE = "BluREMOTE"