SMPUserManagerDelegate protocol

Syntax

@protocol SMPUserManagerDelegate

Members

All members of SMPUserManagerDelegate, including inherited members.

Methods
Method Description
- (void) userRegistrationFailed: (SMPUserManager *) userManager The failure listener delegate which will be called by the underlying framework when the user registration has failed and the reason for failure will be propagated through an error object.
- (void) userRegistrationSuccessful: (SMPUserManager *) userManager The success listener delegate which will be called by the underlying framework when the user registration is successful.

Usage

The protocol to which any class implementing the notification listeners has to ahdhere to This protocol has to be adhered to by any class that implements the success and failure notification delegates and this class has to be passed to the delegate variable of the user manager class object