STWBaseAttachment

abstract class STWBaseAttachment

Constructors

Link copied to clipboard
fun STWBaseAttachment()

Properties

Link copied to clipboard
var attachmentId: Int? = null
Link copied to clipboard
var bytesTransfered: Long = 0
Link copied to clipboard
var mimeType: String? = null
Link copied to clipboard
var removedReason: Int? = null
Link copied to clipboard
var requestId: String? = null
Link copied to clipboard
var serverId: String? = null
Link copied to clipboard
var size: Long? = null
Link copied to clipboard
var status: Int? = null
Link copied to clipboard
var transferType: Int? = null
Link copied to clipboard
var type: Int? = null
Link copied to clipboard
var uri: Uri? = null

Functions

Link copied to clipboard
open fun contentEquals(other: STWBaseAttachment?): Boolean
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard