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

Inheritance: IPhotoPicker, IMvxServiceConsumer
Afficher le fichier Open project: slodge/BallControl

Méthodes publiques

Méthode Description
ListPhotoPath ( Action onPhotosListed ) : void
PhotoPicker ( ) : System
Share ( string path ) : void
TakeAndStorePhoto ( Action onPhotoTaken ) : void

Method Details

ListPhotoPath() public méthode

public ListPhotoPath ( Action onPhotosListed ) : void
onPhotosListed Action
Résultat void

PhotoPicker() public méthode

public PhotoPicker ( ) : System
Résultat System

Share() public méthode

public Share ( string path ) : void
path string
Résultat void

TakeAndStorePhoto() public méthode

public TakeAndStorePhoto ( Action onPhotoTaken ) : void
onPhotoTaken Action
Résultat void