Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
Camera
Interface Camera
Index
Properties
DestinationType
EncodingType
MediaType
PictureSourceType
PopoverArrowDirection
sourceType
Methods
cleanup
getPicture
Properties
public
DestinationType
:
CameraDestinationTypeObject
public
EncodingType
:
CameraEncodingTypeObject
public
MediaType
:
CameraMediaTypeObject
public
PictureSourceType
:
CameraPictureSourceTypeObject
public
PopoverArrowDirection
:
CameraPopoverArrowDirectionObject
public
sourceType
:
any
Methods
public
cleanup
(
cameraSuccess
:
(imageData: string) => void
, cameraError
:
(message: string) => void
)
Parameters
cameraSuccess:
(imageData: string) => void
cameraError:
(message: string) => void
public
getPicture
(
cameraSuccess
:
(imageData: string) => void
, cameraError
:
(message: string) => void
, cameraOptions
?:
CameraOptions
)
Parameters
cameraSuccess:
(imageData: string) => void
cameraError:
(message: string) => void
cameraOptions?:
CameraOptions
optional
Globals