toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.ui.player
/
BasicLink
Basic
Link
data
class
BasicLink
(
val
url
:
String
,
val
name
:
String
?
=
null
)
(
source
)
Used to open the player more easily with the LinkGenerator
Members
Constructors
Basic
Link
Link copied to clipboard
constructor
(
url
:
String
,
name
:
String
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
url
Link copied to clipboard
val
url
:
String