toggle menu
Pushwoosh Android SDK
androidJvm
switch theme
search in API
pushwoosh-calls
/
com.pushwoosh.calls.listener
/
CallEventListener
Call
Event
Listener
interface
CallEventListener
Members
Functions
on
Answer
Link copied to clipboard
abstract
fun
onAnswer
(
voIPMessage
:
PushwooshVoIPMessage
,
videoState
:
Int
)
on
Call
Added
Link copied to clipboard
abstract
fun
onCallAdded
(
voIPMessage
:
PushwooshVoIPMessage
)
on
Call
Removed
Link copied to clipboard
abstract
fun
onCallRemoved
(
voIPMessage
:
PushwooshVoIPMessage
)
on
Create
Incoming
Connection
Link copied to clipboard
abstract
fun
onCreateIncomingConnection
(
payload
:
Bundle
?
)
on
Disconnect
Link copied to clipboard
abstract
fun
onDisconnect
(
voIPMessage
:
PushwooshVoIPMessage
)
on
Reject
Link copied to clipboard
abstract
fun
onReject
(
voIPMessage
:
PushwooshVoIPMessage
)