Skip to content

Commit 8bba131

Browse files
Add latest version badge
1 parent df84893 commit 8bba131

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
![YotiBanner](./yoti_banner.png)
22

3+
[![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/getyoti/yoti-doc-scan-android?label=latest%20release)](https://github.com/getyoti/yoti-doc-scan-android/releases)
4+
35
## Yoti Doc Scan - Android SDK
6+
47
Yoti is an identity checking platform that allows organisations to verify who people are, online and in person.
58
The Yoti SDK, allows the user to take a photo of their ID, we then verify this instantly and prepare a response, which your system can then retrieve on your hosted site.
69
Further information can be found [here](https://developers.yoti.com/yoti-doc-scan)
@@ -146,9 +149,10 @@ class MainActivity : AppCompatActivity() {
146149

147150
By default Activity request code is 9001 and you can handle it in `onActivityResult` by checking `YOTI_SDK_REQUEST_CODE`, but if you prefer to customise it, it is possible by specifying it in the `start` method:
148151
```kotlin
149-
yotiSdk.setSessionId("<Your Session ID>")
152+
yotiSdk
153+
.setSessionId("<Your Session ID>")
150154
.setSessionToken("<Your Session Token>")
151-
.start(this, <MyRequestCode>)
155+
.start(this, <Your Request Code>)
152156
```
153157

154158
## Retrieve status of the session

0 commit comments

Comments
 (0)