Skip to main content
Version: v7.0.0

getAppManagerEvents


Import
import { getAppManagerEvents } from "@hyper-fetch/core"

Parameters

getAppManagerEvents(emitter: EventEmitter)
Parameters
NameTypeDescription
emitter
EventEmitter

Returns

getAppManagerEvents
NameTypeDescription
emitBlur
() => void
emitFocus
() => void
emitOffline
() => void
emitOnline
() => void
onBlur
(callback: () => void) => VoidFunction
onFocus
(callback: () => void) => VoidFunction
onOffline
(callback: () => void) => VoidFunction
onOnline
(callback: () => void) => VoidFunction
On this page