SettingAttachment

open class SettingAttachment : BaseAttachment

Constructors

Link copied to clipboard
open fun SettingAttachment()
Link copied to clipboard
open fun SettingAttachment(@NonNull cursor: Cursor)
Link copied to clipboard
open fun SettingAttachment(@NonNull in: Parcel)

Properties

Link copied to clipboard
val CREATOR: Parcelable.Creator<SettingAttachment>
Link copied to clipboard
val EXPORT_SETTINGS_ATTACHMENT_TITLE_PREFIX: String
Link copied to clipboard
val TITLE: String

Functions

Link copied to clipboard
open fun attachmentType(): Int
Link copied to clipboard
open fun createCopy(): BaseAttachment
Link copied to clipboard
open fun defaultExtension(): String
Link copied to clipboard
open fun defaultMimeType(): String
Link copied to clipboard
open fun getTitle(): String
Link copied to clipboard
open fun setTitle(@NonNull title: String)
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun writeBundleToParcel(@NonNull val: Bundle)

Inherited functions

Link copied to clipboard
open fun copy(): BaseAttachment
Link copied to clipboard
abstract fun describeContents(): Int
open fun describeContents(): Int
Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun getAttachmentId(): String
Link copied to clipboard
open fun getAttachmentPath(): String
Link copied to clipboard
open fun getAttachmentRemovedReason(): Int
Link copied to clipboard
open fun getAttachmentSize(): Long
Link copied to clipboard
open fun getAttachmentStatus(): Int
Link copied to clipboard
open fun getAttachmentType(): Int
Link copied to clipboard
open fun getAttachmentUri(): Uri
Link copied to clipboard
open fun getBytesTransfered(): Long
Link copied to clipboard
open fun getExtension(): String
Link copied to clipboard
open fun getExtra(): String
Link copied to clipboard
open fun getFileName(): String
Link copied to clipboard
open fun getImageType(): Int
Link copied to clipboard
open fun getMessageId(): String
Link copied to clipboard
open fun getMimeType(): String
Link copied to clipboard
open fun getRequestId(): String
Link copied to clipboard
open fun getServerId(): String
Link copied to clipboard
open fun getThumbnailPath(): String
Link copied to clipboard
open fun getThumbnailUri(): Uri
Link copied to clipboard
open fun getTransferType(): Int
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun isAttachmentNotAvailable(): Boolean
Link copied to clipboard
open fun isDownloadableAttachment(@NonNull attachment: BaseAttachment): Boolean
Link copied to clipboard
open fun setAttachmentId(@Nullable attachmentId: String)
Link copied to clipboard
open fun setAttachmentPath(@NonNull attachmentPath: String)
Link copied to clipboard
open fun setAttachmentRemovedReason(removedReason: Int)
Link copied to clipboard
open fun setAttachmentSize(attachmentSize: Long)
Link copied to clipboard
open fun setAttachmentStatus(attachmentStatus: Int)
Link copied to clipboard
open fun setAttachmentType(attachmentType: Int)
Link copied to clipboard
open fun setBytesTransfered(bytesTransfered: Long)
Link copied to clipboard
open fun setFileName(@Nullable fileName: String)
Link copied to clipboard
open fun setImageType(imageType: Int)
Link copied to clipboard
open fun setMessageId(@Nullable messageId: String)
Link copied to clipboard
open fun setMimeType(@Nullable mimeType: String)
Link copied to clipboard
open fun setRequestId(@Nullable requestId: String)
Link copied to clipboard
open fun setServerId(@Nullable serverId: String)
Link copied to clipboard
open fun setThumbnailPath(@Nullable thumbnailPath: String)
Link copied to clipboard
open fun setTransferType(transferType: Int)
Link copied to clipboard
abstract fun writeToParcel(p: Parcel, p1: Int)
open fun writeToParcel(@NonNull dest: Parcel, flags: Int)