Interface IncomingCallProvider
-
- All Superinterfaces:
ActiveCallProvider
- All Known Subinterfaces:
AgentIncomingCallInfo
,IncomingCallDeliveredEvent
,IncomingCallEstablishedEvent
,IncomingCallFinishedEvent
,IncomingCallRedirectedEvent
,IncomingCallStateChangedEvent
,IncomingCallTransferredEvent
public interface IncomingCallProvider extends ActiveCallProvider
Represents an object, that provides anIncomingCall
.- Since:
- 11.27
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ActiveCall
getActiveCall()
The method returns theActiveCall
instance.IncomingCall
getIncomingCall()
The method returns theIncomingCall
instance.
-
-
-
Method Detail
-
getIncomingCall
IncomingCall getIncomingCall()
The method returns theIncomingCall
instance.- Returns:
- the
IncomingCall
- Since:
- 11.27
-
getActiveCall
default ActiveCall getActiveCall()
The method returns theActiveCall
instance.- Specified by:
getActiveCall
in interfaceActiveCallProvider
- Returns:
- the
ActiveCall
- Since:
- 11.27
-
-