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