setUserRegistrationListener(ISMPUserRegistrationListener) method

Set the registration listener for asynchronous registration.

Syntax

public void setUserRegistrationListener (ISMPUserRegistrationListener registrationListener)

Parameters

Remarks

User has to implement the ISMPUserRegistrationListener and set it using the above listener to get the registration callback.

Example 1

UserManager userManager = new UserManager(clientConnection);
userManager.setUserRegistrationListener(<ISMPUserRegistrationListener Object>);