Accela SDK for iOS  V3.2
 All Classes Functions Properties Pages
<AMLoginViewDelegate> Protocol Reference
Inheritance diagram for <AMLoginViewDelegate>:

Instance Methods

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

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