Table of contents
Delegate for the events fired by the 'Add Connections' UI. An object that conforms to this protocol is passed as a parameter to the showAddConnectionsUI method of GSAPI.
Note: all protocol messages are optional.
Method Summary
| Method | Description |
| (void) gsAddConnectionsUIDidConnect:(NSString*)provider user:(GSObject*)user context:(id)context | Fired when add connection operation (and getUserInfo that follows it) completes. |
| (void) gsAddConnectionsUIDidFail:(GSResponse*)response context:(id)context | Fired when an error occurrs, either from webView or as result of the adding connection process. |
| (void) gsAddConnectionsUIDidLoad:(id)context | Fired when the Add Connections UI is shown. |
| (void) gsAddConnectionsUIDidClose:(id)context | Fired when the Add Connections UI is closed (for any reason - canceled, error , operation completed OK). |

Comments