IncomingCallHandlerDelegate

Interface to allow customization of call handling behavior

Functions

Link copied to clipboard
abstract fun onAcceptCall(intent: Intent)

Called when accepting a new call

Link copied to clipboard
abstract fun onIgnoreCall(intent: Intent, reason: IgnoreReason)

Called when ignoring a call (same call or based on delegate decision)

Link copied to clipboard
abstract fun shouldAcceptNewCall(activeCall: Call, intent: Intent): Boolean

Called when a new call comes in while there's an ongoing call