SDK
SDK C++ v1.x
1

You are currently looking at the documentation of a previous version of Kuzzle. We strongly recommend that you use the latest version. You can also use the version selector in the top menu.

This SDK has been deprecated because of stability issues. It is not advised to use it in a production environment.

removeAllListeners #

Removes all listeners of an Event type.

Signature #

void removeAllListeners(kuzzleio::Event event);

Arguments #

ArgumentTypeDescription
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