Skip to content

Commit 1ffe535

Browse files
Update README.md
1 parent 39b84c8 commit 1ffe535

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ With an activity call, triggering SDK for capture activity can be done.Most oper
8787

8888
SDK having multiple flows as follows :
8989

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.
92+
* **IMAGE_ATTACH_REVIEW** - Attach/pass image -> review.
9393

94-
**1. CAMERA_CAPTURE_REVIEW**
94+
**1. CAMERA_CAPTURE_REVIEW** - *Default flow of the CameraHelper.Includes Capture with SDK Camera -> Review Image.*
9595

9696
```java
9797
//JAVA
@@ -146,7 +146,7 @@ try {
146146
}
147147
```
148148

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.Includes Capture with system default camera -> Review*.
150150

151151
```java
152152
//JAVA
@@ -194,7 +194,7 @@ try {
194194
}
195195
```
196196

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*.
198198

199199
```java
200200
//JAVA

0 commit comments

Comments
 (0)