onConnecting

public Unit onConnecting()

Method is invoked when the application initiates connection to chat session or if the session was lost and chat attempts automatically to reconnect. Chat should be considered temporarily unavailable until onConnected is invoked.

For compatibility reasons this interface provides default empty implementation.