Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHubCustomerFacingDisplayJoinRequest

The customer facing display hub join request payload

export
interface

IHubCustomerFacingDisplayJoinRequest

Hierarchy

Index

Properties

deviceId

deviceId: number

Optional displayOrderUpdatedCallback

displayOrderUpdatedCallback: undefined | ((orderEvent: IHubEventDisplayOrderUpdated) => void)

Optional feedbackReceivedCallback

feedbackReceivedCallback: undefined | ((feedbackEvent: IHubEventFeedbackReceived) => void)

Optional hubName

hubName: undefined | string

Optional joinCallback

joinCallback: undefined | ((joinEvent: IHubEventJoin) => void)

Optional leaveCallback

leaveCallback: undefined | ((leaveEvent: IHubEventLeave) => void)

Optional options

Optional subscriberName

subscriberName: undefined | string

token

token: string