Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.12 KB

communicationblockingappmanager.md

File metadata and controls

32 lines (20 loc) · 1.12 KB
-api-id -api-type
T:Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAppManager
winrt class

Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAppManager

-description

Determines the application to use as a blocking application.

-remarks

A user can install multiple applications that are capable of filtering messages and calls. However, only one of these blocking applications can be active at a time. This class is used to determine the active blocking application.

When an application is selected to be the active call blocking app, it will be notified by CommunicationBlockingAppSetAsActiveTrigger

Version history

Windows version SDK version Value added
1607 14393 RequestSetAsActiveBlockingAppAsync

-examples

-see-also

Communication blocking and filtering sample (Windows 10)