triggerOnIncomingCallByNotifOnly property

bool? triggerOnIncomingCallByNotifOnly
getter/setter pair

Android only. Trigger 'onIncomingCall' event only when user taps notification (when enabled requires also adding own service impl and override shouldShowNotificationWhenInForeground)

Implementation

bool? triggerOnIncomingCallByNotifOnly;