setUserRegistrationListener(ISMPUserRegistrationListener) method

Set the registration listener for asynchronous registration.

Syntax

public void setUserRegistrationListener ( ISMPUserRegistrationListener registrationListener )

Parameters

Example 1

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

Usage

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