pubnub-kotlin-docs
Toggle table of contents
13.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
pubnub-kotlin-docs
pubnub-kotlin-api
/
com.pubnub.api.models.consumer.objects
/
PNSortKey
PNSort
Key
sealed
class
PNSortKey
<
T
:
SortField
>
Inheritors
PNAsc
PNDesc
Members
Types
Companion
Link copied to clipboard
object
Companion
PNAsc
Link copied to clipboard
class
PNAsc
<
T
:
SortField
>
(
key
:
T
)
:
PNSortKey
<
T
>
PNDesc
Link copied to clipboard
class
PNDesc
<
T
:
SortField
>
(
key
:
T
)
:
PNSortKey
<
T
>
Functions
to
Sort
Parameter
Link copied to clipboard
fun
toSortParameter
(
)
:
String