C# 클래스 MonoMobile.Extensions.Camera

파일 보기 프로젝트 열기: escoz/MonoMobile.Extensions 1 사용 예제들

공개 메소드들

메소드 설명
Camera ( UIViewController currentViewController ) : System
GetPicture ( CameraOptions options, Action successCallback, System.Action errorCallback ) : void

메소드 상세

Camera() 공개 메소드

public Camera ( UIViewController currentViewController ) : System
currentViewController UIViewController
리턴 System

GetPicture() 공개 메소드

public GetPicture ( CameraOptions options, Action successCallback, System.Action errorCallback ) : void
options CameraOptions
successCallback Action
errorCallback System.Action
리턴 void