CommunicationBlockingAppManager.ShowCommunicationBlockingSettingsUI Method
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.
Displays the UI to select the currently active blocking application.
public:
static void ShowCommunicationBlockingSettingsUI();
static void ShowCommunicationBlockingSettingsUI();
public static void ShowCommunicationBlockingSettingsUI();
function showCommunicationBlockingSettingsUI()
Public Shared Sub ShowCommunicationBlockingSettingsUI ()
Remarks
Multiple call blocking applications can be installed on a single device. However, only one of these apps can be active at a time. The only way to switch the currently active app is to call ShowCommunicationBlockingSettingsUI and let the user select which app should be active.