getLiveStatusForFile

abstract fun getLiveStatusForFile(    mxcUrl: String,     fetchIfNeeded: Boolean = true,     fileInfo: ElementToDecrypt? = null): LiveData<Optional<ScanStatusInfo>>