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
/
TelParsedResult
Tel
Parsed
Result
class
TelParsedResult
(
number
:
String
?
,
telURI
:
String
?
,
title
:
String
?
)
:
ParsedResult
Represents a parsed result that encodes a telephone number.
Members
Constructors
Tel
Parsed
Result
Link copied to clipboard
constructor
(
number
:
String
?
,
telURI
:
String
?
,
title
:
String
?
)
Functions
get
Display
Result
Link copied to clipboard
open
override
fun
getDisplayResult
(
)
:
String
get
Number
Link copied to clipboard
fun
getNumber
(
)
:
String
?
get
Tel
URI
Link copied to clipboard
fun
getTelURI
(
)
:
String
?
get
Title
Link copied to clipboard
fun
getTitle
(
)
:
String
?
get
Type
Link copied to clipboard
fun
getType
(
)
:
ParsedResultType
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String