Starts the connection for this application. This method is equivalent to calling StartConnection(0), but is a non-blocking call which returns immediately. Use getConnectionStatus or the ApplicationCallback to retrieve the connection status.
public void StartConnection()
None.
StartConnection()
void onConnectionStatusChanged(int connectionStatus, int errorCode, String errorMessage); errorCode = 580 errorMessage = "Error: 580 Message: 'TM Error:InvalidAuthenticationParameters'"
To continue using the application, call unregisterApplication() to clean up the client state, and re-register using registerApplication(). You lose the previous subscription on the server side. Delete the client database and perform another initial synchronization.