gpt4 book ai didi

windows - 获取来电事件

转载 作者:可可西里 更新时间:2023-11-01 09:32:59 25 4
gpt4 key购买 nike

我们如何在移动设备上的 Windows 10 UWP 中注册以监听来电事件?

我试过了 Windows Call Sample但它只适用于未知的拨号器。我还尝试使用不同的 PhoneTriggerType 注册示例,但这似乎不起作用。

最佳答案

I tried Windows Call Sample but it works only for unknown dialers. I've also tried to register the sample with different PhoneTriggerType but that doesn't seem to work.

如果你想监听任何来电事件。您可以使用 PhoneCallManager.CallStateChanged事件如下:

PhoneCallManager.CallStateChanged += (o, args) =>
{
If(PhoneCallManager.IsCallIncoming)
{
// do your things
}
};

并且不要忘记将您的应用设置为您设备上的默认电话应用。

关于windows - 获取来电事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39453915/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com