PhoneCallOriginManager.IsCurrentAppActiveCallOriginApp 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
현재 애플리케이션이 기본 호출 원본 애플리케이션으로 설정되어 있는지 확인합니다.
public:
static property bool IsCurrentAppActiveCallOriginApp { bool get(); };
static bool IsCurrentAppActiveCallOriginApp();
/// [get: Windows.Foundation.Metadata.Deprecated("PhoneCallOriginManager is deprecated and might not work for all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.ApplicationModel.Calls.CallsPhoneContract")]
static bool IsCurrentAppActiveCallOriginApp();
public static bool IsCurrentAppActiveCallOriginApp { get; }
public static bool IsCurrentAppActiveCallOriginApp { [Windows.Foundation.Metadata.Deprecated("PhoneCallOriginManager is deprecated and might not work for all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.ApplicationModel.Calls.CallsPhoneContract")] get; }
var boolean = PhoneCallOriginManager.isCurrentAppActiveCallOriginApp;
Public Shared ReadOnly Property IsCurrentAppActiveCallOriginApp As Boolean
속성 값
Boolean
bool
True 이면 현재 애플리케이션이 기본 호출 원본 애플리케이션이고, 그렇지 않으면 false입니다.
- 특성
Windows 요구 사항
앱 기능 |
phoneCallHistory
phoneCallHistorySystem
|
설명
사용자는 휴대폰에 여러 전화 통화 원본 애플리케이션을 설치할 수 있습니다. 그러나 애플리케이션 중 하나만 기본 애플리케이션이 될 수 있으며 들어오는 호출에 응답할 수 있습니다. 이 메서드는 현재 애플리케이션이 활성 전화 통화 원본 애플리케이션인지 여부를 결정합니다.