Accela SDK for iOS  V3.2
 All Classes Functions Properties Pages
<AMLoginDialogDelegate> Protocol Reference

#import <AccelaMobile.h>

Inheritance diagram for <AMLoginDialogDelegate>:

Instance Methods

(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

Method 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: