Integration¶
Android SDKs¶
The SDKs for Android can be implemented in Java and Kotlin platforms. All of the SDKs get the app flow and then release the flow to the app when finished.
Each SDK is delivered with all its components so it can be used standalone.
All SDKs depend on the same VDLibrary, but in case you are using all the SDKs in your project, the VDLibrary should be included just once.
iOS¶
The SDKs for iOS can be implemented in Objective-C and Swift platforms. All of the SDKs get the app flow and then release the flow to the app when finished.
Each SDK is delivered with all its components so it can be used standalone.
All SDKs depend on the same VDLibrary, but in case you are using all the SDKs in your project, the VDLibrary should be included just once.
Web SDKs¶
The SDKs can be implemented in several platforms such as React, Angular, and others. All of the SDKs get the app flow and then release the flow to the app when finished.
Each SDK is delivered with all its components so it can be used standalone.
Some SDKs depend on the same cv.js and cv.wasm, but in case you are using the SDKs in your project, these should be included just once.