PhotoCaptureStatus
The status of the photo capture process.
enum PhotoCaptureStatus {
complete
not_started
started
}
Values
PhotoCaptureStatus.complete
The photo has been successfully captured
PhotoCaptureStatus.not_started
The photo capture has not yet started
PhotoCaptureStatus.started
The photo capture has been started
Member Of
PhotoCaptureEventData
object