我可以在Windows Phone应用程序中跟踪call dilaog的操作吗 [英] Can I track action of call dilaog in windows phone application

查看:72
本文介绍了我可以在Windows Phone应用程序中跟踪call dilaog的操作吗的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的Windows Phone应用程序中,有一个启动电话的选项.代码如下:

PhoneCallTask​​ phoneCall =新的PhoneCallTask​​();

phoneCall.PhoneNumber = dialerString;

  phoneCall.Show();

此代码会生成一个带有调用"和不调用"选项的标准窗口.我可以跟踪用户是否单击了请勿呼叫"选项.


Tekriti软件

解决方案

没有办法知道用户是否拨打电话. />

In my windows phone application, there is an option to initiate a phone call. The code is given below:

PhoneCallTask phoneCall = new PhoneCallTask();

phoneCall.PhoneNumber = dialerString;

 phoneCall.Show();

This code generates a standard window with call and don't call option. Can I track if user has clicked on don't call option.


Tekriti Software

解决方案

No there is no way to know if the user place the call or not. 


这篇关于我可以在Windows Phone应用程序中跟踪call dilaog的操作吗的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆