C# 클래스 Cimbalino.Phone.Toolkit.Services.EmailAddressChooserService

Represents an implementation of the IEmailAddressChooserService.
상속: IEmailAddressChooserService
파일 보기 프로젝트 열기: Cimbalino/Cimbalino-Phone-Toolkit

공개 메소드들

메소드 설명
Show ( Action resultAction ) : void

Shows the email address chooser application.

ShowAsync ( ) : Task

Shows the email address chooser application.

메소드 상세

Show() 공개 메소드

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

ShowAsync() 공개 메소드

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