stream-chat-android
5.15.0
stream-chat-android-client
/
io.getstream.chat.android.client.utils
/
stringify
stringify
inline
fun
<
T
:
Any
>
Result
<
T
>
.
stringify
(
toString
:
(
data
:
T
)
->
String
)
:
String
Content copied to clipboard
Converts
Result
into human-readable string.
fun
ChatError
.
stringify
(
)
:
String
Content copied to clipboard
Converts
ChatError
into human-readable string.