onLogin

public abstract void onLogin(String userId, String token)

Called after connect succeeds.

Parameters

userId

The user ID.

token

The authentication token.