C# Class Cirrious.MvvmCross.Plugins.XamPhotos.WinRT.PhotoPicker

Inheritance: IPhotoPicker, IMvxServiceConsumer
Mostrar archivo Open project: slodge/BallControl

Public Methods

Method Description
ListPhotoPath ( Action onPhotosListed ) : void
PhotoPicker ( ) : System
Share ( string path ) : void
TakeAndStorePhoto ( Action onPhotoTaken ) : void

Method Details

ListPhotoPath() public method

public ListPhotoPath ( Action onPhotosListed ) : void
onPhotosListed Action
return void

PhotoPicker() public method

public PhotoPicker ( ) : System
return System

Share() public method

public Share ( string path ) : void
path string
return void

TakeAndStorePhoto() public method

public TakeAndStorePhoto ( Action onPhotoTaken ) : void
onPhotoTaken Action
return void