Share via


CommunicationBlockingAccessManager.ShowUnblockNumbersUI Method

Definition

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

phoneNumbers

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

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.

Applies to