isDocumentPending

expect fun isDocumentPending(docId: String): Boolean(source)

Best effort check to see if the document whose ID is passed is still pending replication.

Return

true if the document is pending

Parameters

docId

Document id

actual fun isDocumentPending(docId: String): Boolean(source)
actual fun isDocumentPending(docId: String): Boolean(source)