stream-video-android
Toggle table of contents
1.25.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stream-video-android
stream-video-android-core
/
io.getstream.video.android.core.model
/
SortField
Sort
Field
@
Stable
sealed
class
SortField
Inheritors
Asc
Desc
Members
Members & Extensions
Types
Asc
Link copied to clipboard
@
Stable
class
Asc
(
field
:
String
)
:
SortField
Desc
Link copied to clipboard
@
Stable
class
Desc
(
field
:
String
)
:
SortField
Properties
ascending
Link copied to clipboard
val
ascending
:
Boolean
field
Link copied to clipboard
val
field
:
String
Functions
to
Request
Link copied to clipboard
fun
SortField
.
toRequest
(
)
:
SortParamRequest