The success listener delegate which will be called by the underlying framework when the user registration is successful.
This is true in case of asynchronous user registration only.
-(IBAction)buttonsPressed:(UIButton*)button{
[SMPUserManager setDelegate:self];
SMPUserManager* userManager = [SMPUserManager initializeWithConnection:clientConn];
}
-(void)userRegistrationSuccessful:userManager
{
// Successful post-processing
}