Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders.providers
/
SimklApi
/
Companion
/
PinExchangeResponse
Pin
Exchange
Response
data
class
PinExchangeResponse
(
val
result
:
String
,
val
message
:
String
?
=
null
,
val
accessToken
:
String
?
=
null
)
(
source
)
Members
Constructors
Pin
Exchange
Response
Link copied to clipboard
constructor
(
result
:
String
,
message
:
String
?
=
null
,
accessToken
:
String
?
=
null
)
Properties
access
Token
Link copied to clipboard
val
accessToken
:
String
?
message
Link copied to clipboard
val
message
:
String
?
result
Link copied to clipboard
val
result
:
String