PhoneCallOriginManager.IsSupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true if PhoneCallOriginManager APIs are supported and false if they are not supported. See remarks for exception.
public:
static property bool IsSupported { bool get(); };
static bool IsSupported();
/// [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 IsSupported();
public static bool IsSupported { get; }
public static bool IsSupported { [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.isSupported;
Public Shared ReadOnly Property IsSupported As Boolean
Property Value
Boolean
bool
The bool representing whether PhoneCallOriginManager APIs are supported or not.
- Attributes
Windows requirements
Device family |
Windows 10, version 1903 (introduced in 10.0.18362.0)
|
API contract |
Windows.ApplicationModel.Calls.CallsPhoneContract (introduced in v5.0)
|
Remarks
Exception: SetCallOrigin API is supported and not affected by this API