Package com.flashphoner.fpwcsapi.session
Interface SessionEvent
public interface SessionEvent
Events of session
-
Method Summary
Modifier and TypeMethodDescriptionvoidOn received data from connected appvoidonConnected(Connection connection) Event of client connected to servervoidonDisconnection(Connection connection) Event of client disconnected from servervoidonRegistered(Connection connection) Event of client registered on SIP server
-
Method Details
-
onAppData
On received data from connected app- Parameters:
data- Data from application
-
onConnected
Event of client connected to server- Parameters:
connection- Current connection state
-
onRegistered
Event of client registered on SIP server- Parameters:
connection- Current connection state
-
onDisconnection
Event of client disconnected from server- Parameters:
connection- Current connection state
-