PhoneCallManager 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
통화 상태 쿼리하고 전화 통화를 시작하는 기능을 제공합니다.
public ref class PhoneCallManager abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.CallsPhoneContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PhoneCallManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.CallsPhoneContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class PhoneCallManager
Public Class PhoneCallManager
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows Mobile Extension SDK (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.ApplicationModel.Calls.CallsPhoneContract (v1.0에서 도입되었습니다.)
|
앱 기능 |
phoneCallHistory
phoneCallHistorySystem
|
설명
애플리케이션이 전화 통화를 수행할 책임이 없는 경우에도 이 API의 대부분의 메서드를 사용할 수 있습니다. 전화 통화의 상태 확인하려는 경우 이 작업을 수행할 수 있습니다.
속성
IsCallActive |
디바이스에서 활성 호출이 진행 중인지 여부를 나타내는 값을 가져옵니다. |
IsCallIncoming |
디바이스에서 호출이 수신되는지를 나타내는 값을 가져옵니다. |
메서드
RequestStoreAsync() |
PhoneCallStore를 검색합니다. |
ShowPhoneCallSettingsUI() |
호출 설정 UI를 시작합니다. |
ShowPhoneCallUI(String, String) |
지정된 전화 번호 및 표시 이름을 사용하여 기본 제공 전화 통화 UI를 시작합니다. |
이벤트
CallStateChanged |
디바이스의 기본 호출 상태가 변경되면 발생합니다. |