...
You can provide your own networking by implementing the GiniCaptureNetworkService
interface. Also, you can use Gini Bank API Library for Android or implement the communication with the Gini Bank API yourself.
This is You can see how you can configure the GiniBank
to use an implementation of GiniCaptureNetworkService
in the code snippet below. We are providing GiniCaptureDefaultNetworkService
in this example.
...