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