Freigeben über


FdnAccessManager.RequestUnlockAsync(String) Methode

Definition

Statische Methode, die den Benutzer zur Eingabe der PIN auffordert, die erforderlich ist, um eine Kontaktliste mit festen Rufnummern (Fixed Dialing Numbers, FDNs) zu ändern. In der Regel ruft Ihr Code diese Methode auf, wenn eine Änderung an der Kontaktliste geplant wird. Wenn der Rückgabewert bei erfolgreichem Abschluss true ist, können Sie die Liste der FDN-Kontakte ändern.

public:
 static IAsyncOperation<bool> ^ RequestUnlockAsync(Platform::String ^ contactListId);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<bool> RequestUnlockAsync(winrt::hstring const& contactListId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<bool> RequestUnlockAsync(string contactListId);
function requestUnlockAsync(contactListId)
Public Shared Function RequestUnlockAsync (contactListId As String) As IAsyncOperation(Of Boolean)

Parameter

contactListId
String

Platform::String

winrt::hstring

Eine ContactList-ID für die Kontaktliste, die Sie ändern möchten.

Gibt zurück

Ein asynchroner Abrufvorgang. Enthält nach erfolgreichem Abschluss einen booleschen Wert, der angibt, ob die PIN erfolgreich eingegeben wurde.

Attribute

Windows-Anforderungen

App-Funktionen
cellularDeviceControl cellularDeviceIdentity

Gilt für: