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

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

Public Methods

Method Description
Show ( Action resultAction ) : void

Shows the Contacts application.

ShowAsync ( ) : Task

Shows the Contacts application.

Method Details

Show() public method

Shows the Contacts application.
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.
public ShowAsync ( ) : Task
return Task