Enum ButtonHoldingState
The different states of a button that is being held.
public enum ButtonHoldingState
Fields
Canceled = 2
Button holding cancelled.
Completed = 1
Button holding completed.
Started = 0
Button holding started.
The different states of a button that is being held.
public enum ButtonHoldingState
Canceled = 2
Button holding cancelled.
Completed = 1
Button holding completed.
Started = 0
Button holding started.