This page provides an overview of the classes in the capture module (libSignoSignatureCapture), sorted by functionality and groups. It contains the files and classes required to use the component; depending on the functionality used, not all of the classes listed are required:
-
Android library as AAR file libSignoSignatureCapture_x.x.x.a
The libSignoSignatureCapture library can be integrated into your app as a new module with the Assistant in Android Studio, and specified as a dependency within the build.gradle file of your app:
dependencies {
...
implementation project(‘:libSignoSignatureCapture_x.x.x’)
}
The images required for the user interface exist in the library. To replace the existing images with your own images, you must create your own images in the respective ‘drawable’ folders in your app. The dimensions and file names of the custom images must correspond to those of the existing images.
The following images in the libSignoSignatureCapture library can be replaced with your own images:
signoapi_capture_confirm.png
signoapi_capture_cancel.png
signoapi_capture_retry.png
signoapi_sign_dialog.png