listenerCount #
Returns the number of listeners attached on an event.
Signature #
int listenerCount(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
Return #
The number of listeners attached on the specified event.
Edit this page on Github(opens new window)