接到电话时如何处理会话
请您告诉我如何在接到电话时处理会话。
实际上,我正在播放一个在线广播电台,我想在通话结束后继续播放。
Please can you tell me how to handle session when a call is received.
Actually I'm playing with an online radio station and I want to resume that after call has ended.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要将核心电话通知添加到您的程序中,请包含以下代码并编译到核心电话框架的链接。此代码将您的程序添加为注册观察者。
要监视传入的通知,您需要构建作为添加观察者调用的参数提供的回调例程:
有关更多信息,请阅读
以编程方式处理 iPhone 中断
To add core telephony notification to your program, include the following code and compile linking to the Core Telephony framework. This code adds your program as a registered observer.
To monitor the incoming notifications, you need to build the callback routine you supplied as an argument to the add observer call:
For more plz read
Programmatically Handling iPhone interruptions