Gini Capture Network Api
Interface specifying network calls which can be performed manually from outside the Gini Captrue SDK (e.g. for sending feedback). *
In order to easily access your implementation pass an instance of it to when creating a instance. You can then get the instance in your app with .
public interface GiniCaptureNetworkApi
Content copied to clipboard
Functions
deleteGiniUserCredentials
Link copied to clipboard
abstract void deleteGiniUserCredentials()
Content copied to clipboard
sendFeedback
Link copied to clipboard
abstract void sendFeedback(Map<String, GiniCaptureSpecificExtraction> extractions, GiniCaptureNetworkCallback<Void, Error> callback)
Content copied to clipboard
setUpdatedCompoundExtractions
Link copied to clipboard
abstract void setUpdatedCompoundExtractions(Map<String, GiniCaptureCompoundExtraction> compoundExtractions)
Content copied to clipboard