Filester
Toggle table of contents
3.1.1
proprietaryRelease
Target filter
proprietaryRelease
Switch theme
Search in API
Skip to content
Filester
Filester
/
com.roozbehzarei.filester.presentation
/
UiText
Ui
Text
sealed
interface
UiText
Inheritors
DynamicString
StringResource
Members
Types
Dynamic
String
Link copied to clipboard
data
class
DynamicString
(
val
value
:
String
)
:
UiText
String
Resource
Link copied to clipboard
class
StringResource
(
@
StringRes
val
resId
:
Int
,
val
args
:
Any
)
:
UiText
Functions
as
String
Link copied to clipboard
@
Composable
open
fun
asString
(
)
:
String