Table of contents
Delegate for listening to server responses. An object that conforms to the GSResponseDelegate is passed as a parameter to the following methods of GSAPI: sendRequest, login, addConnection, removeConnection.
Method Summary
| Method | Description |
| (void) gsDidReceiveResponse:(NSString*)method response:(GSResponse*)response context:(id)context | This method should handle the response. |

Comments