Set the registration listener for asynchronous registration.
UserManager userManager = new UserManager(clientConnection); userManager.setUserRegistrationListener(<ISMPUserRegistrationListener Object>);
User has to implement the ISMPUserRegistrationListener and set it using the above listener to get the registration callback.