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

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

Public Methods

Method Description
Show ( Action resultAction ) : void

Shows the camera application.

ShowAsync ( ) : Task

Shows the camera application.

Method Details

Show() public method

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

ShowAsync() public method

Shows the camera application.
public ShowAsync ( ) : Task
return Task