FdnAccessManager FdnAccessManager FdnAccessManager FdnAccessManager Class

Definition

Manages access to the Fixed Dialing Number (FDN) list.

public : static class FdnAccessManagerpublic static class FdnAccessManagerPublic Static Class FdnAccessManager// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Mobile Extension SDK (introduced v10.0.10240.0)
API contract
Windows.Networking.NetworkOperators.NetworkOperatorsFdnContract (introduced v1)

Remarks

Your code does not instantiate this class. The only member is a static method, which you can call directly.

Methods

RequestUnlockAsync(String) RequestUnlockAsync(String) RequestUnlockAsync(String) RequestUnlockAsync(String)

Static method that prompts the user for the PIN required to change a contact list of Fixed Dialing Numbers (FDNs). Typically your code calls this method when planning to make a change to the contact list. If the return value on successful completion is true, then you will be able to change the list of FDN contacts.

public : static IAsyncOperation<PlatForm::Boolean> RequestUnlockAsync(PlatForm::String contactListId)public static IAsyncOperation<bool> RequestUnlockAsync(String contactListId)Public Static Function RequestUnlockAsync(contactListId As String) As IAsyncOperation( Of bool )// You can use this method in JavaScript.
Parameters
contactListId
PlatForm::String String String String

A ContactList ID for the contact list you wish to change.

Returns

An asynchronous retrieval operation. On successful completion, contains a Boolean value representing whether the PIN was entered successfully.