STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api_ktx.messages.attachments
/
STWBaseAttachment
STWBase
Attachment
abstract
class
STWBaseAttachment
Content copied to clipboard
Constructors
Functions
Properties
Inheritors
Constructors
STWBase
Attachment
Link copied to clipboard
fun
STWBaseAttachment
(
)
Content copied to clipboard
Properties
attachmentId
Link copied to clipboard
var
attachmentId
:
Int
?
=
null
Content copied to clipboard
bytesTransfered
Link copied to clipboard
var
bytesTransfered
:
Long
=
0
Content copied to clipboard
mimeType
Link copied to clipboard
var
mimeType
:
String
?
=
null
Content copied to clipboard
removedReason
Link copied to clipboard
var
removedReason
:
Int
?
=
null
Content copied to clipboard
requestId
Link copied to clipboard
var
requestId
:
String
?
=
null
Content copied to clipboard
serverId
Link copied to clipboard
var
serverId
:
String
?
=
null
Content copied to clipboard
size
Link copied to clipboard
var
size
:
Long
?
=
null
Content copied to clipboard
status
Link copied to clipboard
var
status
:
Int
?
=
null
Content copied to clipboard
transferType
Link copied to clipboard
var
transferType
:
Int
?
=
null
Content copied to clipboard
type
Link copied to clipboard
var
type
:
Int
?
=
null
Content copied to clipboard
uri
Link copied to clipboard
var
uri
:
Uri
?
=
null
Content copied to clipboard
Functions
content
Equals
Link copied to clipboard
open
fun
contentEquals
(
other
:
STWBaseAttachment
?
)
:
Boolean
Content copied to clipboard
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
Content copied to clipboard
Inheritors
STWAudioAttachment
Link copied to clipboard
STWAudioClipAttachment
Link copied to clipboard
STWCalendarAttachment
Link copied to clipboard
STWContactAttachment
Link copied to clipboard
STWFileAttachment
Link copied to clipboard
STWGifAttachment
Link copied to clipboard
STWImageAttachment
Link copied to clipboard
STWLinkAttachment
Link copied to clipboard
STWLocationAttachment
Link copied to clipboard
STWSettingAttachment
Link copied to clipboard
STWVideoAttachment
Link copied to clipboard
STWVoiceMailAttachment
Link copied to clipboard