get Document
open override fun getDocument(documentId: String, @MainThread onSuccess: (String) -> Unit, @MainThread onError: (String) -> Unit)
Content copied to clipboard
Returns a json string String document information
Parameters
document Id
ID of the document you'd like to retrieve.
on Success
Async callback in success case.
on Error
Async callback in error case.