C# Класс Cimbalino.Phone.Toolkit.Services.AddressChooserService

Represents an implementation of the IAddressChooserService.
Наследование: IAddressChooserService
Показать файл Открыть проект

Открытые методы

Метод Описание
Show ( Action resultAction ) : void

Shows the Contacts application, allowing the user to choose a contact for which the physical address is obtained.

ShowAsync ( ) : Task

Shows the Contacts application, allowing the user to choose a contact for which the physical address is obtained.

Описание методов

Show() публичный Метод

Shows the Contacts application, allowing the user to choose a contact for which the physical address is obtained.
public Show ( Action resultAction ) : void
resultAction Action The to be called once the operation is finished.
Результат void

ShowAsync() публичный Метод

Shows the Contacts application, allowing the user to choose a contact for which the physical address is obtained.
public ShowAsync ( ) : Task
Результат Task