TouchMode
public enum TouchMode
The available Gear touch modes
See also
ConnectedTag.setTouchMode(_:,for:)
-
The tag will interpret touch patterns into discrete
Gesture
s.See also
GestureNotificationSubscription
Declaration
Swift
case gesture
-
The tag will publish raw
TouchData
events.Declaration
Swift
case continuous