Class ButtonEvent
- Namespace
- Jabra.NET.Sdk.ButtonCustomization
- Assembly
- Jabra.NET.Sdk.ButtonCustomization.dll
Represents an event of a user interaction with a button.
public class ButtonEvent
- Inheritance
-
ButtonEvent
- Inherited Members
Constructors
ButtonEvent(ButtonId, ButtonInteraction)
Represents an event of a user interaction with a button.
public ButtonEvent(ButtonId buttonId, ButtonInteraction interaction)
Parameters
buttonIdButtonIdinteractionButtonInteraction
Properties
ButtonId
The ID of the button that triggered the event.
public ButtonId ButtonId { get; }
Property Value
Interaction
The interaction that triggered the event.
public ButtonInteraction Interaction { get; }