Package org.matrix.android.sdk.api.session.content

Types

Link copied to clipboard
@JsonClass(generateAdapter = true)
data class ContentAttachmentData(    val size: Long = 0,     val duration: Long? = 0,     val date: Long = 0,     val height: Long? = 0,     val width: Long? = 0,     val exifOrientation: Int = ExifInterface.ORIENTATION_UNDEFINED,     val name: String? = null,     val queryUri: Uri,     val mimeType: String?,     val type: ContentAttachmentData.Type,     val waveform: List<Int>? = null) : Parcelable
Link copied to clipboard
interface ContentUploadStateTracker
Link copied to clipboard
interface ContentUrlResolver

This interface defines methods for accessing content from the current session.