Search
Preparing search index...
The search index is not available
EVA SDK Redux
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
IHubClientAppJoinRequest
Interface IHubClientAppJoinRequest
The client app hub join request
export
interface
IHubClientAppJoinRequest
Hierarchy
IHubJoinRequestBase
IHubClientAppJoinRequest
Index
Properties
app
hub
Name
join
Channel
Callback
leave
Channel
Callback
message
Received
Callback
options
registered
Callback
subscriber
Name
token
unregistered
Callback
Properties
app
app
:
IClientApp
Optional
hub
Name
hub
Name
:
undefined
|
string
Optional
join
Channel
Callback
join
Channel
Callback
:
undefined
|
(
(
joinEvent
:
IHubEventJoinedChannelMessage
)
=>
void
)
Optional
leave
Channel
Callback
leave
Channel
Callback
:
undefined
|
(
(
leaveEvent
:
IHubEventLeftChannelMessage
)
=>
void
)
Optional
message
Received
Callback
message
Received
Callback
:
undefined
|
(
(
appMessage
:
IHubEventClientAppMessage
)
=>
void
)
Optional
options
options
:
IHubConnectionOptions
Optional
registered
Callback
registered
Callback
:
undefined
|
(
(
appRegistered
:
IHubEventClientAppRegistered
)
=>
void
)
Optional
subscriber
Name
subscriber
Name
:
undefined
|
string
token
token
:
string
Optional
unregistered
Callback
unregistered
Callback
:
undefined
|
(
(
appUnregistered
:
IHubEventClientAppRegistered
)
=>
void
)
Globals
IHub
Client
App
Join
Request
app
hub
Name
join
Channel
Callback
leave
Channel
Callback
message
Received
Callback
options
registered
Callback
subscriber
Name
token
unregistered
Callback
The client app hub join request
IHubClientAppJoinRequest