TransportSessionListener
This interface is used in combination with setTransportSessionListener(TransportSessionListener).
TransportSessionListener API
onTransportSessionCompleted()
onTransportSessionCompleted()void onTransportSessionCompleted(TransportSession session)Invoked when a transport session is completed.
Parameters
session
a TransportSession object containing the session information.
Last updated