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

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

Public Methods

Method Description
Show ( Action resultAction ) : void

Shows the email address chooser application.

ShowAsync ( ) : Task

Shows the email address chooser application.

Method Details

Show() public method

Shows the email address chooser application.
public Show ( Action resultAction ) : void
resultAction Action The to be called once the operation is finished.
return void

ShowAsync() public method

Shows the email address chooser application.
public ShowAsync ( ) : Task
return Task