Accela SDK for Android
V3.0
|
Public Member Functions | |
abstract void | amDidLogin () |
abstract void | amDidLoginFailure (AMError error) |
abstract void | amDidCancelLogin () |
abstract void | amDidSessionInvalid (AMError error) |
abstract void | amDidLogout () |
Accela Amobile File: AMSessionDelegate.java
Accela, Inc. Copyright (C): 2013
Description: Session delegate, defines the methods which will be called during the lifecycle of user session.
Notes:
Revision History@since 1.0
|
pure virtual |
Called when login is canceled.
|
pure virtual |
Called when access token returns successfully.
|
pure virtual |
Called when login fails.
error | The AMError instance which holds the error information. |
|
pure virtual |
Called when session logs out.
|
pure virtual |
Called when session becomes invalid.
error | The AMError instance which holds the error information. |