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
The Predictive Document Verification Android SDK v3 provides a framework to add image capture and upload services to your mobile application.
3
+
The Predictive Document Verification (Predictive DocV) Android SDK v3 provides a framework to add image capture and upload services to your mobile application.
|`socure-api-key`| The unique SDK key obtained from Admin Dashboard. For more information on SDK keys, see the [Admin Dashboard User Guide](../../../../../docs/getting-started.md#retrieve-your-api-keys). |
20
+
|`socure-api-key`| The unique SDK key obtained from Admin Dashboard. For more information on SDK keys, see the Admin Dashboard User Guide. |
22
21
|`context`| Activity context |
23
-
|`config`| An optional JSON string or null value that specifies a custom flow. The `flow_1` value specifies the name of the flow (created in Admin Dashboard) that the DocV SDK should use. <br /> <br />`{"flow": {"name": "flow_1"}}` <br /> <br />If the value is `null`, the DocV SDK will fetch Socure's default flow. |
22
+
|`config`| An optional JSON string or null value that specifies a custom flow. The `flow_1` value specifies the name of the flow (created in Admin Dashboard) that the Predictive DocV SDK should use. <br /> <br />`{"flow": {"name": "flow_1"}}` <br /> <br />If the value is `null`, the Predictive DocV SDK will fetch Socure's default flow. |
24
23
25
24
Before you can use the Predictive DocV Android SDK v3, you must perform the following steps:
26
25
27
26
-[Add SDK dependencies](#add-sdk-dependencies)
28
-
-[Request camera permissions](#request-camera-permissions)
27
+
-[Request camera permissions](#camera-permissions)
The DocV Android SDK requires camera permission to capture identity documents. Upon the first invocation of the SDK, your app will request camera permission from the user.
53
+
The Predictive DocV Android SDK requires camera permission to capture identity documents. Upon the first invocation of the SDK, your app will request camera permission from the user.
55
54
56
-
**Note**: We recommend you check for camera permissions before calling the SocureSDK’s launch API.
55
+
**Note**: We recommend you check for camera permissions before calling the Socure DocV SDK’s launch API.
57
56
58
57
#### Required permissions
59
58
60
59
Ensure that your app manifest has been set up properly to request the following required permissions:
Once the Socure DocV SDK is successfully launched, you will be able to set up a listener for Callback Events and customize the most aspect of the interface. For more information, see the [Android SDK documentation](https://developer.socure.com/docs/sdks/docv/android-sdk/android-sdk-v3/) on DevHub.
0 commit comments