appfeedback-android
Toggle table of contents
0.1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
appfeedback-android
appfeedback-android
/
com.appfeedback.core
/
ParsedAttachment
Parsed
Attachment
data
class
ParsedAttachment
(
val
filename
:
String
,
val
mimeType
:
String
,
val
url
:
String
,
val
sizeBytes
:
Long
?
)
Members
Constructors
Parsed
Attachment
Link copied to clipboard
constructor
(
filename
:
String
,
mimeType
:
String
,
url
:
String
,
sizeBytes
:
Long
?
)
Properties
filename
Link copied to clipboard
val
filename
:
String
mime
Type
Link copied to clipboard
val
mimeType
:
String
size
Bytes
Link copied to clipboard
val
sizeBytes
:
Long
?
url
Link copied to clipboard
val
url
:
String