NewsAttachment

open class NewsAttachment : BaseAttachment

Constructors

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

Properties

Link copied to clipboard
val CREATOR: Parcelable.Creator<NewsAttachment>
Link copied to clipboard
val DATE: String
Link copied to clipboard
val DESCRIPTION: String
Link copied to clipboard
val PREVIEW_URL: String
Link copied to clipboard
val SOURCE: String
Link copied to clipboard
val TITLE: String
Link copied to clipboard
val URL: 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 getDate(): String
Link copied to clipboard
open fun getDescription(): String
Link copied to clipboard
open fun getPreviewUrl(): String
Link copied to clipboard
open fun getSource(): String
Link copied to clipboard
open fun getTitle(): String
Link copied to clipboard
open fun getUrl(): String
Link copied to clipboard
open fun setDate(@Nullable date: String)
Link copied to clipboard
open fun setDescription(@Nullable description: String)
Link copied to clipboard
open fun setPreviewUrl(@Nullable previewUrl: String)
Link copied to clipboard
open fun setSource(@Nullable source: String)
Link copied to clipboard
open fun setTitle(@Nullable title: String)
Link copied to clipboard
open fun setUrl(@Nullable url: 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
open fun toString(): String
Link copied to clipboard
abstract fun writeToParcel(p: Parcel, p1: Int)
open fun writeToParcel(@NonNull dest: Parcel, flags: Int)