-
- All Implemented Interfaces:
public final class HealthApiDocumentRemoteSource extends DocumentRemoteSourceInternal use only.
-
-
Field Summary
Fields Modifier and Type Field Description private CoroutineContextcoroutineContext
-
Method Summary
Modifier and Type Method Description CoroutineContextgetCoroutineContext()UnitsetCoroutineContext(CoroutineContext coroutineContext)final StringcreatePaymentRequest(String accessToken, PaymentRequestInput paymentRequestInput)-
Methods inherited from class net.gini.android.core.api.DocumentRemoteSource
deleteDocument, deleteDocument, getDocument, getDocumentFromUri, getExtractions, getFile, getLayout, getPaymentRequest, getPaymentRequests, sendFeedback, uploadDocument -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getCoroutineContext
CoroutineContext getCoroutineContext()
-
setCoroutineContext
Unit setCoroutineContext(CoroutineContext coroutineContext)
-
createPaymentRequest
final String createPaymentRequest(String accessToken, PaymentRequestInput paymentRequestInput)
-
-
-
-