KiteQR
Toggle table of contents
0.1.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteQR
kiteqr
/
io.github.yuroyami.kiteqr.client.result
/
URIParsedResult
URIParsed
Result
class
URIParsedResult
(
uri
:
String
,
title
:
String
?
)
:
ParsedResult
A simple result type encapsulating a URI that has no further interpretation.
Members
Constructors
URIParsed
Result
Link copied to clipboard
constructor
(
uri
:
String
,
title
:
String
?
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
get
Display
Result
Link copied to clipboard
open
override
fun
getDisplayResult
(
)
:
String
get
Title
Link copied to clipboard
fun
getTitle
(
)
:
String
?
get
Type
Link copied to clipboard
fun
getType
(
)
:
ParsedResultType
get
URI
Link copied to clipboard
fun
getURI
(
)
:
String
is
Possibly
Malicious
URI
Link copied to clipboard
fun
isPossiblyMaliciousURI
(
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String