toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.utils
/
ShortLink
/
ShortUrl
Short
Url
data
class
ShortUrl
(
val
regex
:
Regex
,
val
type
:
String
,
val
function
:
suspend
(
String
)
->
String
)
(
source
)
Members
Constructors
Short
Url
Link copied to clipboard
constructor
(
regex
:
String
,
type
:
String
,
function
:
suspend
(
String
)
->
String
)
constructor
(
regex
:
Regex
,
type
:
String
,
function
:
suspend
(
String
)
->
String
)
Properties
function
Link copied to clipboard
val
function
:
suspend
(
String
)
->
String
regex
Link copied to clipboard
val
regex
:
Regex
type
Link copied to clipboard
val
type
:
String