Android
androidJvm
browser-api
/
com.duckduckgo.app.browser
/
SpecialUrlDetector
/
UrlType
/
NonHttpAppLink
Non
Http
App
Link
class
NonHttpAppLink
(
val
uriString
:
String
,
val
intent
:
Intent
,
val
fallbackUrl
:
String
?
,
val
fallbackIntent
:
Intent
?
=
null
)
:
SpecialUrlDetector.UrlType
Members
Constructors
Non
Http
App
Link
Link copied to clipboard
constructor
(
uriString
:
String
,
intent
:
Intent
,
fallbackUrl
:
String
?
,
fallbackIntent
:
Intent
?
=
null
)
Properties
fallback
Intent
Link copied to clipboard
val
fallbackIntent
:
Intent
?
=
null
fallback
Url
Link copied to clipboard
val
fallbackUrl
:
String
?
intent
Link copied to clipboard
val
intent
:
Intent
uri
String
Link copied to clipboard
val
uriString
:
String