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.model
/
SdkConfig
/
Companion
Companion
object
Companion
Members
Functions
builder
Link copied to clipboard
@
JvmStatic
fun
builder
(
)
:
MutableSdkConfig
创建 Builder 实例用于链式配置。
for
Token
Exchange
Link copied to clipboard
@
JvmStatic
fun
forTokenExchange
(
clientId
:
String
,
clientSecret
:
String
)
:
SdkConfig
为签名交换创建配置。
sdk
Config
Link copied to clipboard
@
JvmStatic
fun
sdkConfig
(
block
:
SdkConfig
.
(
)
->
Unit
=
{}
)
:
SdkConfig
使用 DSL 方式创建配置。
with
Api
Key
Link copied to clipboard
@
JvmStatic
fun
withApiKey
(
apiKey
:
String
)
:
SdkConfig
为已有 apiKey 创建配置。