|
Indivo Framework (iOS)
An iOS framework for Apps connecting to Indivo server
|
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... | |
A protocol to receive notifications from an IndivoLoginViewController.
| - (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.
1.8.3.1