Enum ButtonHoldingState
The different states of a button that is being held.
public enum ButtonHoldingStateFields
- 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 ButtonHoldingStateCanceled = 2Button holding cancelled.
Completed = 1Button holding completed.
Started = 0Button holding started.