Accela SDK for Android  V3.0
 All Classes Functions Variables Pages
com.accela.mobile.AMSessionDelegate Interface Referenceabstract

Public Member Functions

abstract void amDidLogin ()
 
abstract void amDidLoginFailure (AMError error)
 
abstract void amDidCancelLogin ()
 
abstract void amDidSessionInvalid (AMError error)
 
abstract void amDidLogout ()
 

Detailed Description

 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
 

Member Function Documentation

abstract void com.accela.mobile.AMSessionDelegate.amDidCancelLogin ( )
pure virtual

Called when login is canceled.

Returns
Void.
Since
3.0
abstract void com.accela.mobile.AMSessionDelegate.amDidLogin ( )
pure virtual

Called when access token returns successfully.

Returns
Void.
Since
1.0
abstract void com.accela.mobile.AMSessionDelegate.amDidLoginFailure ( AMError  error)
pure virtual

Called when login fails.

Parameters
errorThe AMError instance which holds the error information.
Returns
Void.
Since
3.0
abstract void com.accela.mobile.AMSessionDelegate.amDidLogout ( )
pure virtual

Called when session logs out.

Returns
Void.
Since
1.0
abstract void com.accela.mobile.AMSessionDelegate.amDidSessionInvalid ( AMError  error)
pure virtual

Called when session becomes invalid.

Parameters
errorThe AMError instance which holds the error information.
Returns
Void.
Since
1.0

The documentation for this interface was generated from the following file: