Connection.connectionCloseCallback()
DESCRIPTION
Close a connection, run callback once connection is closed. See the connectionClose()
function for error codes that the callback may give.
DECLARATION
public void connectionCloseCallback(NabtoCallback callback)
PARAMETERS
callback:
- The callback that will be run once the operation is done.