public method IO2GSession.subscribeResponse
Brief
Subscribes the session response listener.
Declaration | ||||
|
Parameters | |
listener |
An instance of the class which implements the IO2GResponseListener interface. The session object keeps its own reference to the response listener. |
Details
You must unsubscribe all the listeners before releasing the session object.
Use unsubscribeResponse to unsubscribe the listener.
Declared in IO2GSession