CameraOptions
interface CameraOptions
{
correctOrientation
?:
boolean;
direction
?:
CameraDirection;
presentationStyle
?:
any;
resultType
:
CameraResultType;
saveToGallery
?:
boolean;
}
CameraPhoto
interface CameraPhoto
{
}
CameraDirection
enum CameraDirection
{
}
CameraResultType
enum CameraResultType
{
}
CameraSource
enum CameraSource
{
}