Indivo Framework (iOS)
An iOS framework for Apps connecting to Indivo server
 All Classes Functions Variables Properties Pages
Instance Methods | List of all members
<IndivoLoginViewControllerDelegate> Protocol Referenceabstract

A protocol to receive notifications from an IndivoLoginViewController. More...

#import <IndivoLoginViewController.h>

Inherits <NSObject>.

Inherited by IndivoServer.

Instance Methods

(NSString *) - callbackSchemeForLoginView:
 Before loading a URL that URL is checked whether the scheme corresponds to the internal scheme, and if it does a different action may be performed than loading the URL in the webView. More...
 
(void) - loginView:didReceiveVerifier:
 Called when the login screen gets called with our verifier callback URL. More...
 
(void) - loginView:didSelectRecordId:
 Called when a record was selected. More...
 
(void) - loginViewDidCancel:
 The user dismissed the login screen without loggin in successfully. More...
 
(void) - loginViewDidLogout:
 If the user logged out, we want to discard cached data. More...
 

Detailed Description

A protocol to receive notifications from an IndivoLoginViewController.

Method Documentation

- (NSString *) callbackSchemeForLoginView: (IndivoLoginViewController *)  aLoginController

Before loading a URL that URL is checked whether the scheme corresponds to the internal scheme, and if it does a different action may be performed than loading the URL in the webView.

- (void) loginView: (IndivoLoginViewController *)  aLoginController
didReceiveVerifier: (NSString *)  aVerifier 

Called when the login screen gets called with our verifier callback URL.

- (void) loginView: (IndivoLoginViewController *)  aLoginController
didSelectRecordId: (NSString *)  recordId 

Called when a record was selected.

- (void) loginViewDidCancel: (IndivoLoginViewController *)  aLoginController

The user dismissed the login screen without loggin in successfully.

- (void) loginViewDidLogout: (IndivoLoginViewController *)  aLoginController

If the user logged out, we want to discard cached data.


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