C# 클래스 Cirrious.MvvmCross.Plugins.XamPhotos.WinRT.PhotoPicker

상속: IPhotoPicker, IMvxServiceConsumer
파일 보기 프로젝트 열기: slodge/BallControl

공개 메소드들

메소드 설명
ListPhotoPath ( Action onPhotosListed ) : void
PhotoPicker ( ) : System
Share ( string path ) : void
TakeAndStorePhoto ( Action onPhotoTaken ) : void

메소드 상세

ListPhotoPath() 공개 메소드

public ListPhotoPath ( Action onPhotosListed ) : void
onPhotosListed Action
리턴 void

PhotoPicker() 공개 메소드

public PhotoPicker ( ) : System
리턴 System

Share() 공개 메소드

public Share ( string path ) : void
path string
리턴 void

TakeAndStorePhoto() 공개 메소드

public TakeAndStorePhoto ( Action onPhotoTaken ) : void
onPhotoTaken Action
리턴 void