Accela SDK for iOS  V3.0
<AMLoginDialogDelegate> Protocol Reference

#import <AccelaMobile.h>

List of all members.

Public Member Functions

(void) - amDialogLogin
(void) - amDialogNotLogin:
(void) - amDialogLoginFailure:

Detailed Description

Defines the methods that a delegate of a login dialog may implement.

All the methods defined in this protocol are optional.

Since:
1.0

Member Function Documentation

- (void) amDialogLogin [optional]

Sends to the delegate when the user successfully logs in.

Parameters:
agencyThe agency name of the Accela Automation.
usernameThe name of the user to be validated.
Since:
1.0
- (void) amDialogLoginFailure: (AMError *)  error [optional]

Sends to the delegate when there is an error during authorization.

Parameters:
errorThe error message data.
Since:
1.0
- (void) amDialogNotLogin: (BOOL)  cancelled [optional]

Sends to the delegate when user cancel authorization.

Parameters:
cancelledIndicates whether the user cancels the authorization.
Since:
1.0

The documentation for this protocol was generated from the following file:
 All Classes Functions Properties