fursuit-tv-sdk
Toggle table of contents
0.2.2
common
Target filter
common
Switch theme
Search in API
Skip to content
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.base
/
HelloWorldResponse
Hello
World
Response
@
Serializable
data
class
HelloWorldResponse
(
val
success
:
Boolean
,
val
message
:
String
,
val
verify
:
String
,
val
appId
:
String
,
val
requestId
:
String
)
HelloWorld 接口响应,无 data 包装。
Parameters
success
请求是否成功
message
响应消息
verify
验证状态
app
Id
应用 ID
request
Id
请求 ID
Members
Constructors
Hello
World
Response
Link copied to clipboard
constructor
(
success
:
Boolean
,
message
:
String
,
verify
:
String
,
appId
:
String
,
requestId
:
String
)
Properties
app
Id
Link copied to clipboard
val
appId
:
String
message
Link copied to clipboard
val
message
:
String
request
Id
Link copied to clipboard
val
requestId
:
String
success
Link copied to clipboard
val
success
:
Boolean
verify
Link copied to clipboard
val
verify
:
String