enableAndroidCallKitUI property
- @Deprecated("Instead of use Mirrorfly.configureAndroidCallKit()")
getter/setter pair
Determines whether the Android CallKit UI is enabled. Defaults to true.
If set to false, incoming calls will not trigger the call UI.
Instead, you will receive an event through the onIncomingCallReceived
stream.
Implementation
@Deprecated("Instead of use Mirrorfly.configureAndroidCallKit()")
bool? enableAndroidCallKitUI;