VCardAttachment

open class VCardAttachment : BaseAttachment

Constructors

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

Properties

Link copied to clipboard
val CONTACT_COMPANY: String
Link copied to clipboard
val CONTACT_EMAIL: String
Link copied to clipboard
val CONTACT_FIRST_NAME: String
Link copied to clipboard
val CONTACT_JOB_TITLE: String
Link copied to clipboard
val CONTACT_LAST_NAME: String
Link copied to clipboard
val CONTACT_MOBILE_NUMBER: String
Link copied to clipboard
val CONTACT_NAME: String
Link copied to clipboard
val CONTACT_PHOTO_URI: String
Link copied to clipboard
val CONTACT_SYSTEM_CONTACT_ID: String
Link copied to clipboard
val CONTACT_WEBSITE: String
Link copied to clipboard
val CREATOR: Parcelable.Creator<VCardAttachment>
Link copied to clipboard
val ISO_8859_1: 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 equals(o: Any): Boolean
Link copied to clipboard
open fun getContactCompany(): String
Link copied to clipboard
open fun getContactEmail(): String
Link copied to clipboard
open fun getContactJobTitle(): String
Link copied to clipboard
open fun getContactMobileNumberList(): ArrayList<String>
Link copied to clipboard
open fun getContactName(): String
Link copied to clipboard
open fun getContactPhoto(): Array<Byte>
Link copied to clipboard
open fun getContactPhotoUri(): String
Link copied to clipboard
open fun getContactPhotoUriPath(): Uri
Link copied to clipboard
open fun getContactWebsite(): String
Link copied to clipboard
open fun getFirstName(): String
Link copied to clipboard
open fun getLastName(): String
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun insertVCardAttachmentIntoVcfFile(@NonNull context: Context, @NonNull vcardAttachment: VCardAttachment): Uri
Link copied to clipboard
open fun setContactCompany(@Nullable contactCompany: String)
Link copied to clipboard
open fun setContactEmail(@Nullable contactEmail: String)
Link copied to clipboard
open fun setContactJobTitle(@Nullable contactJobTitle: String)
Link copied to clipboard
open fun setContactMobileNumberList(@Nullable contactMobileNumberList: ArrayList<String>)
Link copied to clipboard
open fun setContactName(@Nullable contactName: String)
Link copied to clipboard
open fun setContactPhoto(@Nullable contactPhoto: Array<Byte>)
Link copied to clipboard
open fun setContactPhotoUri(@Nullable contactPhotoUri: String)
Link copied to clipboard
open fun setContactWebsite(@Nullable contactWebsite: String)
Link copied to clipboard
open fun setFirstName(@Nullable firstName: String)
Link copied to clipboard
open fun setLastName(@Nullable lastName: 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 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 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)