TransportSessionListener

This interface is used in combination with setTransportSessionListener(TransportSessionListener)arrow-up-right.

TransportSessionListener API

onTransportSessionCompleted()

void onTransportSessionCompleted(TransportSession session)

Invoked when a transport session is completed.

Parameters

session

a TransportSessionarrow-up-right object containing the session information.

Last updated