LocationAttachment

open class LocationAttachment : BaseAttachment

Constructors

Link copied to clipboard
open fun LocationAttachment()
Link copied to clipboard
open fun LocationAttachment(@NonNull cursor: Cursor)

Properties

Link copied to clipboard
val CREATOR: Parcelable.Creator<LocationAttachment>
Link copied to clipboard
val TYPE_LOCATION_ADDRESS: Int

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 getAccuracy(): String
Link copied to clipboard
open fun getAddress(): String
Link copied to clipboard
open fun getContent(): String
Link copied to clipboard
open fun getLatitude(): String
Link copied to clipboard
open fun getLocationsList(): List<LocationDataModel>
Link copied to clipboard
open fun getLocationText(isGoogleMapLocationAttachment: Boolean): String
Link copied to clipboard
open fun getLongitude(): String
Link copied to clipboard
open fun getTitle(): String
Link copied to clipboard
open fun isAddressType(): Boolean
Link copied to clipboard
open fun setAccuracy(@Nullable mAccuracy: String)
Link copied to clipboard
open fun setAddress(@Nullable address: String)
Link copied to clipboard
open fun setAddressType(isAddressType: Boolean)
Link copied to clipboard
open fun setContent(@Nullable content: String)
Link copied to clipboard
open fun setLatitude(@NonNull latitude: String)
Link copied to clipboard
open fun setLocationsList(@Nullable locationsList: List<LocationDataModel>)
Link copied to clipboard
open fun setLongitude(@NonNull longitude: String)
Link copied to clipboard
open fun setTitle(@Nullable 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)