Table of Contents

Enum ButtonHoldingState

Namespace
Iot.Device.Button
Assembly
Iot.Device.Button.dll

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.