Windows.ApplicationModel.Calls.Provider Namespace
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.
Enables an application to record and provide information about the origin of a phone call.
Classes
PhoneCallOrigin |
A collection of information about the origin of a phone call. Note This class is deprecated. |
PhoneCallOriginManager |
Controls which application is responsible for determining the origin of incoming calls and sets the PhoneCallOrigin information. Note This class is deprecated. |
Remarks
This namespace is used to set information such as the call location and the category of the call. You can also use this API to select which app should handle determine the call's origin. This gives the user the ability to determine whether or not to accept a call based on some information about who is calling. For example, a user can choose to ignore a call if an app informs them that a certain call has been identified as an advertising agency.
In order to use this API, you will need to define a new category in your application manifest file.
<Extension Category="windows.phoneCallOriginProvider" />