GitHub
npm
Preparing search index...
The search index is not available
@microsoft/applicationinsights-common - v3.3.10
@microsoft/applicationinsights-common
IOfflineListener
Interface IOfflineListener
interface
IOfflineListener
{
addListener
:
(
(
callback
:
OfflineCallback
)
=>
IUnloadHook
)
;
isListening
:
(
(
)
=>
boolean
)
;
isOnline
:
(
(
)
=>
boolean
)
;
setOnlineState
:
(
(
uState
:
eOfflineValue
)
=>
void
)
;
unload
:
(
(
)
=>
void
)
;
}
Index
Properties
add
Listener
is
Listening
is
Online
set
Online
State
unload
Properties
add
Listener
add
Listener
:
(
(
callback
:
OfflineCallback
)
=>
IUnloadHook
)
is
Listening
is
Listening
:
(
(
)
=>
boolean
)
is
Online
is
Online
:
(
(
)
=>
boolean
)
set
Online
State
set
Online
State
:
(
(
uState
:
eOfflineValue
)
=>
void
)
unload
unload
:
(
(
)
=>
void
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add
Listener
is
Listening
is
Online
set
Online
State
unload
Changelog
Examples
Readme
GitHub
npm
@microsoft/applicationinsights-common - v3.3.10
Loading...