CommunicationBlockingAccessManager.ShowUnblockNumbersUI 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.
Launches the app to unblock numbers if there as an active blocking app.
public:
static bool ShowUnblockNumbersUI(IIterable<Platform::String ^> ^ phoneNumbers);
static bool ShowUnblockNumbersUI(IIterable<winrt::hstring> const& phoneNumbers);
public static bool ShowUnblockNumbersUI(IEnumerable<string> phoneNumbers);
function showUnblockNumbersUI(phoneNumbers)
Public Shared Function ShowUnblockNumbersUI (phoneNumbers As IEnumerable(Of String)) As Boolean
Parameters
The list of numbers to remove from the block list.
Returns
Boolean
bool
Returns true if the active blocking app is launched, otherwise returns false.