core
0.0.2
core
/
me.adkhambek.pack.text
/
Text
Text
interface
Text
Content copied to clipboard
Text utility for using string resources avoid context
Types
Inheritors
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Plain
Text
Link copied to clipboard
data
class
PlainText
(
val
value
:
String
)
:
Text
Content copied to clipboard
Res
Text
Link copied to clipboard
data
class
ResText
@
JvmOverloads
constructor
(
@
StringRes
val
resId
:
Int
,
val
formatArgs
:
List
<
Any
>
?
=
null
)
:
Text
Content copied to clipboard
Inheritors
PlainText
Link copied to clipboard
ResText
Link copied to clipboard