Package-level declarations

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
Link copied to clipboard

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