Content Scanner Service
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getLiveStatusForFile( mxcUrl: String, fetchIfNeeded: Boolean = true, fileInfo: ElementToDecrypt? = null): LiveData<Optional<ScanStatusInfo>>
Content copied to clipboard
Link copied to clipboard
abstract suspend fun getScanResultForAttachment(mxcUrl: String, fileInfo: ElementToDecrypt? = null): ScanStatusInfo
Content copied to clipboard
Link copied to clipboard
abstract suspend fun getServerPublicKey(forceDownload: Boolean = false): String?
Content copied to clipboard
Get the current public curve25519 key that the AV server is advertising.
Link copied to clipboard
Link copied to clipboard