...
Certain elements of the UI can be fully customized via UI injection. It utilizes view adapter interfaces which you can implement and pass to GiniCapture
when configuring the SDK. These interfaces declare the contract the injected view has to fulfill and allow let the SDK to ask for your view instance when needed.
...