C# Class Cimbalino.Phone.Toolkit.Services.AddressChooserService

Represents an implementation of the IAddressChooserService.
Inheritance: IAddressChooserService
Show file Open project: Cimbalino/Cimbalino-Phone-Toolkit

Public Methods

Method Description
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.

Method Details

Show() public method

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.
return void

ShowAsync() public method

Shows the Contacts application, allowing the user to choose a contact for which the physical address is obtained.
public ShowAsync ( ) : Task
return Task