toggle menu
PLVAndroidMediaPlayer
2.3.0
release
switch theme
search in API
media-player-business
/
net.polyv.android.player.business.scene.common.model.vo
/
PLVVodMainAccountAuthentication
PLVVod
Main
Account
Authentication
data
class
PLVVodMainAccountAuthentication
(
val
userId
:
String
,
val
secretKey
:
String
,
val
readToken
:
String
?
=
null
,
val
writeToken
:
String
?
=
null
)
:
PLVVodAuthentication
Members
Constructors
PLVVod
Main
Account
Authentication
Link copied to clipboard
constructor
(
parcel
:
Parcel
)
constructor
(
userId
:
String
,
secretKey
:
String
,
readToken
:
String
?
=
null
,
writeToken
:
String
?
=
null
)
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
read
Token
Link copied to clipboard
val
readToken
:
String
?
=
null
secret
Key
Link copied to clipboard
open
override
val
secretKey
:
String
user
Id
Link copied to clipboard
val
userId
:
String
write
Token
Link copied to clipboard
val
writeToken
:
String
?
=
null
Functions
write
To
Parcel
Link copied to clipboard
open
override
fun
writeToParcel
(
parcel
:
Parcel
,
flags
:
Int
)