stream-chat-android
Toggle table of contents
7.2.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
stream-chat-android
stream-chat-android-core
/
io.getstream.chat.android.extensions
/
limitTo
limit
To
fun
Float
.
limitTo
(
min
:
Float
,
max
:
Float
)
:
Float
Limits the float value to the given range.
Parameters
min
The minimum value.
max
The maximum value.