checkDocumentsStatusImmediate
abstract suspend fun checkDocumentsStatusImmediate(vararg ids: String): DataProviderResponse<GetDocumentStatusResponse>
Content copied to clipboard
Check the current DocumentStatus of one or more documents
Return
A DataProviderResponse containing the the list of documents for which we were querying
abstract suspend fun checkDocumentsStatusImmediate(ids: List<String>): DataProviderResponse<GetDocumentStatusResponse>
Content copied to clipboard