GestureType
public enum GestureType : String, Codable
Different gestures for auto authentication.
-
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" -
Declaration
Swift
case ai = "ai" -
Declaration
Swift
case appleWatch = "appleWatch" -
Declaration
Swift
case BluREMOTE = "BluREMOTE"
GestureType Enumeration Reference