fankt
Toggle table of contents
0.0.1
common
Platform filter
common
Switch theme
Search in API
fankt
fankt
/
me.matsumo.fankt.domain
/
PageCursorInfo
Page
Cursor
Info
@
Serializable
data
class
PageCursorInfo
<
T
>
(
val
contents
:
List
<
T
>
,
val
cursor
:
FanboxCursor
?
)
Members
Constructors
Page
Cursor
Info
Link copied to clipboard
constructor
(
contents
:
List
<
T
>
,
cursor
:
FanboxCursor
?
)
Properties
contents
Link copied to clipboard
val
contents
:
List
<
T
>
cursor
Link copied to clipboard
val
cursor
:
FanboxCursor
?