playQueue #
Play the requests queued during offline
state.
Works only if the SDK is not in a offline
state, and if the autoReplay
option is set to false
.
Signature #
io.kuzzle.sdk.Kuzzle playQueue()
Return #
The io.kuzzle.sdk.Kuzzle
instance.
Usage #
kuzzle.playQueue();
Edit this page on Github(opens new window)