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
/
SMSParsedResult
SMSParsed
Result
class
SMSParsedResult
:
ParsedResult
Represents a parsed result that encodes an SMS message, including recipients, subject and body text.
Members
Constructors
SMSParsed
Result
Link copied to clipboard
constructor
(
number
:
String
?
,
via
:
String
?
,
subject
:
String
?
,
body
:
String
?
)
constructor
(
numbers
:
Array
<
String
?
>
,
vias
:
Array
<
String
?
>
?
,
subject
:
String
?
,
body
:
String
?
)
Functions
get
Body
Link copied to clipboard
fun
getBody
(
)
:
String
?
get
Display
Result
Link copied to clipboard
open
override
fun
getDisplayResult
(
)
:
String
get
Numbers
Link copied to clipboard
fun
getNumbers
(
)
:
Array
<
String
?
>
get
SMSURI
Link copied to clipboard
fun
getSMSURI
(
)
:
String
get
Subject
Link copied to clipboard
fun
getSubject
(
)
:
String
?
get
Type
Link copied to clipboard
fun
getType
(
)
:
ParsedResultType
get
Vias
Link copied to clipboard
fun
getVias
(
)
:
Array
<
String
?
>
?
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String