Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHubClientAppJoinRequest

The client app hub join request

export
interface

IHubClientAppJoinRequest

Hierarchy

Index

Properties

app

Optional hubName

hubName: undefined | string

Optional joinChannelCallback

joinChannelCallback: undefined | ((joinEvent: IHubEventJoinedChannelMessage) => void)

Optional leaveChannelCallback

leaveChannelCallback: undefined | ((leaveEvent: IHubEventLeftChannelMessage) => void)

Optional messageReceivedCallback

messageReceivedCallback: undefined | ((appMessage: IHubEventClientAppMessage) => void)

Optional options

Optional registeredCallback

registeredCallback: undefined | ((appRegistered: IHubEventClientAppRegistered) => void)

Optional subscriberName

subscriberName: undefined | string

token

token: string

Optional unregisteredCallback

unregisteredCallback: undefined | ((appUnregistered: IHubEventClientAppRegistered) => void)