使用CTCallCenter可获取当前电话和对方电话的通话状态。
Responding to Cellular Call Events
// 获取接入电话
@available(iOS 4.0, *)
public var currentCalls: Set<CTCall>? { get }
// block监听通话状态
@available(iOS 4.0, *)
public var callEventHandler: ((CTCall) -> Void)?
Appendix
Sample Code
Related Documentation
Core Telephony Framework Reference
Revision History
时间 | 描述 |
---|---|
2016-01-30 | 博文完成 |