Messaging for In-App Android
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Messaging for In-App Android
core
/
com.salesforce.android.smi.core
/
ConversationClient
/
sendFile
send
File
abstract
suspend
fun
sendFile
(
file
:
File
,
message
:
String
?
=
null
)
:
Result
<
ConversationEntry
>
Sends an attachment file to a conversation.
Parameters
file
The
File
to send.
text