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
SDK-VERSION-Need to replace with the correct v2 series.
33
+
35
34
```
36
35
37
36
Or Maven:
@@ -42,7 +41,7 @@ Or Maven:
42
41
<artifactId>SplicerAIv2</artifactId>
43
42
<version>SDK-VERSION</version>
44
43
</dependency>
45
-
SDK-VERSION - Need to replace with the correct v2 series.
44
+
//SDK-VERSION - Need to replace with the correct v2 series.
46
45
```
47
46
48
47
Or can even integrate with the **.aar** library file and manually add the file dependency to the project/app.
@@ -52,11 +51,20 @@ Compatibility
52
51
-------------
53
52
***JAVA 17 Support**: QuickCapture v4 requires JAVA version 17 support for the application.
54
53
***Minimum Android SDK**: QuickCapture v4 requires a minimum API level of 21.
55
-
***Target Android SDK**: QuickCapture v4 features supports **API 34**.
56
-
***Compiled SDK Version**: QuickCapture v4 compiled against **API 33**.Host application using this SDK should compiled against 33 or later
57
-
----
58
-
54
+
***Target Android SDK**: QuickCapture v4 features supports **API 35**.
55
+
***Compiled SDK Version**: QuickCapture v4 compiled against **API 34**.Host application using this SDK should compiled against 33 or later
56
+
57
+
## Run-time requirement
58
+
-[x] This SDK is designed to run on officially supported Android & iOS devices only.
59
+
-[x] On Android, Google Play Services is mandatory.
60
+
-[x] Supported CPU architectures: arm64-v8a and armeabi-v7a.
61
+
-[x] Simulator and emulator environments are not supported.For testing on simulators, please contact the development support team to request a dedicated test version compatible with those environments.
59
62
Depending on your specific needs, you can import and use one or all of the classes provided by the SDK.
63
+
64
+
# API & integration Details
65
+
Available properties and method
66
+
67
+
SDK has one core class and one supporting classe :
60
68
```java
61
69
importcom.extrieve.splicer.aisdk.*;
62
70
//OR : can import only required classes as per use cases.
0 commit comments