core
Toggle table of contents
1.2.0
android
ios
Platform filter
android
ios
Switch theme
Search in API
core
core
/
com.cloudflare.realtimekit.chat
/
sendImageMessage
send
Image
Message
android
ios
fun
RtkChat
.
sendImageMessage
(
imageUri
:
Uri
,
onResult
:
(
ChatFileError
?
)
->
Unit
)
fun
RtkChat
.
sendImageMessage
(
imageUri
:
Uri
,
peerIds
:
List
<
String
>
,
onResult
:
(
ChatFileError
?
)
->
Unit
)
fun
RtkChat
.
sendImageMessage
(
imageUri
:
NSURL
,
onResult
:
(
ChatFileError
?
)
->
Unit
)
fun
RtkChat
.
sendImageMessage
(
imageUri
:
NSURL
,
peerIds
:
List
<
String
>
,
onResult
:
(
ChatFileError
?
)
->
Unit
)