|
Accela SDK for iOS
V3.0
|
#import <AccelaMobile.h>
Public Member Functions | |
| (void) | - amDialogLogin |
| (void) | - amDialogNotLogin: |
| (void) | - amDialogLoginFailure: |
Defines the methods that a delegate of a login dialog may implement.
All the methods defined in this protocol are optional.
| - (void) amDialogLogin | [optional] |
Sends to the delegate when the user successfully logs in.
| agency | The agency name of the Accela Automation. |
| username | The name of the user to be validated. |
| - (void) amDialogLoginFailure: | (AMError *) | error | [optional] |
Sends to the delegate when there is an error during authorization.
| error | The error message data. |
| - (void) amDialogNotLogin: | (BOOL) | cancelled | [optional] |
Sends to the delegate when user cancel authorization.
| cancelled | Indicates whether the user cancels the authorization. |