-
- All Implemented Interfaces:
public class HealthApiCommunicator extends ApiCommunicatorCreated by Alpár Szotyori on 25.01.22.
Copyright (c) 2022 Gini GmbH.
-
-
Constructor Summary
Constructors Constructor Description HealthApiCommunicator(String baseUriString, GiniApiType giniApiType, RequestQueue mRequestQueue, RetryPolicyFactory retryPolicyFactory)
-
Method Summary
Modifier and Type Method Description Task<JSONObject>sendFeedback(String documentId, JSONObject extractions, Session session)Task<JSONObject>sendFeedback(String documentId, JSONObject extractions, JSONObject compoundExtractions, Session session)Task<JSONArray>getPages(@NonNull() String documentId, @NonNull() Session session)Task<JSONArray>getPaymentProviders(Session session)Task<JSONObject>getPaymentProvider(String id, Session session)Task<JSONObject>postPaymentRequests(JSONObject body, Session session)-
Methods inherited from class net.gini.android.core.api.ApiCommunicator
deleteDocument, errorReportForDocument, getBaseUri, getDocument, getDocumentList, getExtractions, getFile, getGiniApiType, getIncubatorExtractions, getLayoutForDocument, getPaymentRequest, getPaymentRequests, getRequestQueue, getRetryPolicyFactory, searchDocuments, uploadDocument -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
HealthApiCommunicator
HealthApiCommunicator(String baseUriString, GiniApiType giniApiType, RequestQueue mRequestQueue, RetryPolicyFactory retryPolicyFactory)
-
-
Method Detail
-
sendFeedback
Task<JSONObject> sendFeedback(String documentId, JSONObject extractions, Session session)
-
sendFeedback
Task<JSONObject> sendFeedback(String documentId, JSONObject extractions, JSONObject compoundExtractions, Session session)
-
getPaymentProviders
Task<JSONArray> getPaymentProviders(Session session)
-
getPaymentProvider
Task<JSONObject> getPaymentProvider(String id, Session session)
-
postPaymentRequests
Task<JSONObject> postPaymentRequests(JSONObject body, Session session)
-
-
-
-