removeAllListeners #
Removes all listeners of an Event type.
Signature #
void removeAllListeners(kuzzleio::Event event);
Arguments #
Argument | Type | Description |
---|---|---|
event | kuzzleio::Event | An enum representing the listener event |
event #
One of the following event:
CONNECTED
DISCARDED
DISCONNECTED
LOGIN_ATTEMPT
NETWORK_ERROR
OFFLINE_QUEUE_POP
OFFLINE_QUEUE_PUSH
QUERY_ERROR
RECONNECTED
JWT_EXPIRED
ERROR
Edit this page on Github(opens new window)