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