You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,11 +87,11 @@ With an activity call, triggering SDK for capture activity can be done.Most oper
87
87
88
88
SDK having multiple flows as follows :
89
89
90
-
***CAMERA_CAPTURE_REVIEW** - *Default flow of the CameraHelper.Includes Capture with SDK Camera -> Review Image.*
91
-
***SYSTEM_CAMERA_CAPTURE_REVIEW** - *If user need to capture image with system default camera, this can be used.Includes Capture with system default camera -> Review*.
92
-
***IMAGE_ATTACH_REVIEW** - *If user need to review an image from device / gallery - this option can be used.After attach each image,review and all functionalities depends on review can be avail*.
90
+
***CAMERA_CAPTURE_REVIEW** - Default flow. Capture with SDK Camera -> review.
91
+
***SYSTEM_CAMERA_CAPTURE_REVIEW** - Capture with system default camera -> review.
**1. CAMERA_CAPTURE_REVIEW** - *Default flow of the CameraHelper.Includes Capture with SDK Camera -> Review Image.*
95
95
96
96
```java
97
97
//JAVA
@@ -146,7 +146,7 @@ try {
146
146
}
147
147
```
148
148
149
-
**2.SYSTEM_CAMERA_CAPTURE_REVIEW**
149
+
**2.SYSTEM_CAMERA_CAPTURE_REVIEW**-*If user need to capture image with system default camera, this can be used.IncludesCapture with system default camera ->Review*.
150
150
151
151
```java
152
152
//JAVA
@@ -194,7 +194,7 @@ try {
194
194
}
195
195
```
196
196
197
-
**3.IMAGE_ATTACH_REVIEW**
197
+
**3.IMAGE_ATTACH_REVIEW**-*If user need to review an image from device / gallery -this option can be used.After attach each image,review and all functionalities depends on review can be avail*.
0 commit comments