Enum HoldingState
public enum HoldingState
Fields
Cancelled = 2
An additional contact is detected or a subsequent gesture (such as a slide) is detected.
Completed = 1
The single contact is lifted.
Started = 0
A single contact has been detected and a time threshold is crossed without the contact being lifted, another contact detected, or another gesture started.