core
Toggle table of contents
1.2.0
common
Platform filter
common
Switch theme
Search in API
core
core
/
com.cloudflare.realtimekit.participants
/
GridInfo
Grid
Info
class
GridInfo
(
val
pageCount
:
Int
,
val
currentPageNumber
:
Int
,
val
isNextPagePossible
:
Boolean
,
val
isPreviousPagePossible
:
Boolean
)
Members
Constructors
Grid
Info
Link copied to clipboard
constructor
(
pageCount
:
Int
,
currentPageNumber
:
Int
,
isNextPagePossible
:
Boolean
,
isPreviousPagePossible
:
Boolean
)
Properties
current
Page
Number
Link copied to clipboard
val
currentPageNumber
:
Int
is
Next
Page
Possible
Link copied to clipboard
val
isNextPagePossible
:
Boolean
is
Previous
Page
Possible
Link copied to clipboard
val
isPreviousPagePossible
:
Boolean
page
Count
Link copied to clipboard
val
pageCount
:
Int
Functions
to
Map
Link copied to clipboard
fun
toMap
(
)
:
Map
<
String
,
Any
?
>