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