fursuit-tv-sdk
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.search
/
SearchData
Search
Data
@
Serializable
data
class
SearchData
(
val
results
:
List
<
SearchResult
>
,
val
nextCursor
:
String
?
=
null
,
val
hasMore
:
Boolean
)
搜索数据 包含搜索结果和分页信息
Parameters
results
搜索结果列表
next
Cursor
下一页游标
has
More
是否还有更多结果
Members
Constructors
Search
Data
Link copied to clipboard
constructor
(
results
:
List
<
SearchResult
>
,
nextCursor
:
String
?
=
null
,
hasMore
:
Boolean
)
Properties
has
More
Link copied to clipboard
val
hasMore
:
Boolean
next
Cursor
Link copied to clipboard
val
nextCursor
:
String
?
=
null
results
Link copied to clipboard
val
results
:
List
<
SearchResult
>