public global::Windows.Foundation.IAsyncOperation <bool> RequestPinContactsAsync(global::System.Collections.Generic.IEnumerable <global::Windows.ApplicationModel.Contacts.Contact> contacts, global::Windows.ApplicationModel.Contacts.PinnedContactSurface surface) { throw new global::System.NotImplementedException("The member IAsyncOperation<bool> PinnedContactManager.RequestPinContactsAsync(IEnumerable<Contact> contacts, PinnedContactSurface surface) is not implemented in Uno."); }
public global::Windows.Foundation.IAsyncOperation <bool> RequestUnpinContactAsync(global::Windows.ApplicationModel.Contacts.Contact contact, global::Windows.ApplicationModel.Contacts.PinnedContactSurface surface) { throw new global::System.NotImplementedException("The member IAsyncOperation<bool> PinnedContactManager.RequestUnpinContactAsync(Contact contact, PinnedContactSurface surface) is not implemented in Uno."); }
public bool IsContactPinned(global::Windows.ApplicationModel.Contacts.Contact contact, global::Windows.ApplicationModel.Contacts.PinnedContactSurface surface) { throw new global::System.NotImplementedException("The member bool PinnedContactManager.IsContactPinned(Contact contact, PinnedContactSurface surface) is not implemented in Uno."); }