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

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

공개 메소드들

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

Shows the Photo Chooser application, optionally presenting a button for launching the camera.

ShowAsync ( bool showCamera ) : Task

Shows the Photo Chooser application, optionally presenting a button for launching the camera.

메소드 상세

Show() 공개 메소드

Shows the Photo Chooser application, optionally presenting a button for launching the camera.
public Show ( bool showCamera, Action resultAction ) : void
showCamera bool true if the user is presented with a button for launching the camera during the photo choosing process; otherwise, false.
resultAction Action The to be called once the operation is finished.
리턴 void

ShowAsync() 공개 메소드

Shows the Photo Chooser application, optionally presenting a button for launching the camera.
public ShowAsync ( bool showCamera ) : Task
showCamera bool true if the user is presented with a button for launching the camera during the photo choosing process; otherwise, false.
리턴 Task