Table of contents
Delegate for the events fired by the 'Login' UI. An object that conforms to this protocol is passed as a parameter to the showLoginUI method of GSAPI.
Note: all protocol messages are optional.
Method Summary
| Method | Description |
| (void) gsLoginUIDidLogin:(NSString*)provider user:(GSObject*)user context:(id)context | Fired when login operation (and getUserInfo that follows it) complete. |
| (void) gsLoginUIDidFail:(GSResponse*)response context:(id)context | Fired when error occurred, either from webView or as result of login process, or get user info that followed it. |
| (void) gsLoginUIDidLoad:(id)context | Fired when network selection page is shown. |
| (void) gsLoginUIDidClose:(id)context | Fired when the login UI is closed (for any reason - canceled, error, operation completed OK). |

Comments