Table of Contents

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

buttonId ButtonId
interaction ButtonInteraction

Properties

ButtonId

The ID of the button that triggered the event.

public ButtonId ButtonId { get; }

Property Value

ButtonId

Interaction

The interaction that triggered the event.

public ButtonInteraction Interaction { get; }

Property Value

ButtonInteraction