Android
androidJvm
downloads-api
/
com.duckduckgo.downloads.api
/
DownloadCommand
/
ShowDownloadSuccessMessage
Show
Download
Success
Message
class
ShowDownloadSuccessMessage
(
@
StringRes
val
messageId
:
Int
,
val
fileName
:
String
,
val
filePath
:
String
,
val
mimeType
:
String
?
=
null
)
:
DownloadCommand
Members
Constructors
Show
Download
Success
Message
Link copied to clipboard
constructor
(
@
StringRes
messageId
:
Int
,
fileName
:
String
,
filePath
:
String
,
mimeType
:
String
?
=
null
)
Properties
file
Name
Link copied to clipboard
val
fileName
:
String
file
Path
Link copied to clipboard
val
filePath
:
String
message
Id
Link copied to clipboard
val
messageId
:
Int
mime
Type
Link copied to clipboard
val
mimeType
:
String
?
=
null