toggle menu
stream-chat-android
6.5.3
androidJvm
switch theme
search in API
stream-chat-android-client
/
io.getstream.chat.android.client.utils.message
/
isPinned
is
Pinned
inline
fun
Message
.
isPinned
(
now
:
(
)
->
Long
=
{ System.currentTimeMillis() }
)
:
Boolean
Return
If the message is a valid pinned message.
Parameters
now
A function that provides the current time in milliseconds.