$dialer.isBargeInInterrupted
This method tells whether barge-in took place.
Syntax
The method is called without arguments and returns a Boolean value:
$dialer.isBargeInInterrupted(); // => true, false
tip
The method allows distinguishing between cases when a transition to a state is made in a regular way
and when during processing barge-in using
bargeInTransition
.