W3Booster SDK 2.0.0
First app
Guides
Examples
Preparing search index...
index
HostLifecycleStore
Interface HostLifecycleStore
interface
HostLifecycleStore
{
get
()
:
HostLifecycleSnapshot
;
subscribe
(
listener
:
(
snapshot
:
HostLifecycleSnapshot
)
=>
void
|
Promise
<
void
>
,
options
?:
SubscriptionOptions
,
)
:
()
=>
void
;
}
Index
Methods
get
subscribe
Methods
get
get
()
:
HostLifecycleSnapshot
Returns
HostLifecycleSnapshot
subscribe
subscribe
(
listener
:
(
snapshot
:
HostLifecycleSnapshot
)
=>
void
|
Promise
<
void
>
,
options
?:
SubscriptionOptions
,
)
:
()
=>
void
Runs immediately and whenever host availability or capability discovery changes.
Parameters
listener
:
(
snapshot
:
HostLifecycleSnapshot
)
=>
void
|
Promise
<
void
>
Optional
options
:
SubscriptionOptions
Returns
()
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
subscribe
First app
Guides
Examples
W3Booster SDK 2.0.0
Loading...
Runs immediately and whenever host availability or capability discovery changes.