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