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

List of all members.

Public Member Functions

(void) - loginViewShowingLoggedInUser:
(void) - loginViewFetchedUserInfo:user:
(void) - loginViewShowingLoggedOutUser:

Member Function Documentation

- (void) loginViewFetchedUserInfo: (AMLoginView *)  loginView
user: (NSDictionary *)  user 
[optional]

Tells the delegate that the view is has now fetched user info

Parameters:
loginViewThe login view that transitioned its view mode
userThe user info object describing the logged in user
- (void) loginViewShowingLoggedInUser: (AMLoginView *)  loginView [optional]

Tells the delegate that the view is now in logged in mode

Parameters:
loginViewThe login view that transitioned its view mode
- (void) loginViewShowingLoggedOutUser: (AMLoginView *)  loginView [optional]

Tells the delegate that the view is now in logged out mode

Parameters:
loginViewThe login view that transitioned its view mode

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