KMPMail
Toggle table of contents
android
common
ios
Target filter
android
common
ios
Switch theme
Search in API
Skip to content
KMPMail
library
/
com.michaelflisar.kmpmail
/
MailAttachmentFile
Mail
Attachment
File
android
common
ios
actual
class
MailAttachmentFile
expect
class
MailAttachmentFile
Represents a file to be attached to an email
Parameters
path
The path to the file
actual
class
MailAttachmentFile
(
val
path
:
String
)
Represents a file to be attached to an email
Parameters
path
The path to the file
Members
Constructors
Mail
Attachment
File
Link copied to clipboard
android
common
ios
constructor
(
file
:
File
,
cacheFileName
:
String
=
file.name
)
actual
constructor
(
path
:
Path
)
expect
constructor
(
path
:
Path
)
constructor
(
path
:
String
)
actual
constructor
(
path
:
Path
)
Properties
cache
File
Name
Link copied to clipboard
android
val
cacheFileName
:
String
path
Link copied to clipboard
ios
val
path
:
String
uri
Link copied to clipboard
android
val
uri
:
ERROR CLASS: Symbol not found for Uri