-
- All Implemented Interfaces:
public final class BankApiDocumentRemoteSource 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 ResolvedPaymentresolvePaymentRequests(String accessToken, String id, ResolvePaymentInput input)final PaymentgetPayment(String accessToken, String id)final UnitlogErrorEvent(String accessToken, ErrorEvent errorEvent)-
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)
-
resolvePaymentRequests
final ResolvedPayment resolvePaymentRequests(String accessToken, String id, ResolvePaymentInput input)
-
getPayment
final Payment getPayment(String accessToken, String id)
-
logErrorEvent
final Unit logErrorEvent(String accessToken, ErrorEvent errorEvent)
-
-
-
-