Package com.opentok.android
Interface Session.SignalListener
- 
- Enclosing class:
 - Session
 
public static interface Session.SignalListenerMonitors when a signal is sent in the session. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonSignalReceived(Session session, java.lang.String type, java.lang.String data, Connection connection)Called when a signal is received in the session. 
 - 
 
- 
- 
Method Detail
- 
onSignalReceived
void onSignalReceived(Session session, java.lang.String type, java.lang.String data, Connection connection)
Called when a signal is received in the session.- Parameters:
 session- The session in which the signal was sent.type- The type string of the signal.data- The signal data.connection- The connection identifying the client that sent the message. This value can benull.
 
 - 
 
 -