toggle menu
stream-chat-android
6.25.0
androidJvm
switch theme
search in API
stream-chat-android-ui-common
/
io.getstream.chat.android.ui.common.utils
/
StreamFileUtil
/
writeImageToSharableFile
write
Image
To
Sharable
File
suspend
fun
writeImageToSharableFile
(
context
:
Context
,
bitmap
:
Bitmap
,
getUri
:
(
File
)
->
Uri
=
{ getUriForFile(context, it) }
)
:
Result
<
Uri
>