Package com.flashphoner.fpwcsapi.session
Interface SessionEvent
public interface SessionEvent
Events of session
-
Method Summary
Modifier and TypeMethodDescriptionvoid
On received data from connected appvoid
onConnected
(Connection connection) Event of client connected to servervoid
onDisconnection
(Connection connection) Event of client disconnected from servervoid
onRegistered
(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
-