Package org.matrix.android.sdk.api.session.contentscanner
Types
Link copied to clipboard
@JsonClass(generateAdapter = true)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ScanFailure( val error: ContentScannerError, val httpCode: Int, cause: Throwable? = null) : Throwable
Content copied to clipboard
Link copied to clipboard
data class ScanStatusInfo( val state: ScanState, val scanDateTimestamp: Long?, val humanReadableMessage: String?)
Content copied to clipboard