sender-sdk
androidJvm
sender-sdk
/
tv.vizbee.ui.config.source
/
UiConfigTextEnricher
Ui
Config
Text
Enricher
class
UiConfigTextEnricher
Members
Constructors
Ui
Config
Text
Enricher
Link copied to clipboard
constructor
(
@
NonNull
context
:
Context
)
Functions
enrich
Text
Link copied to clipboard
open
fun
enrichText
(
@
Nullable
text
:
String
,
replaceTextMap
:
HashMap
<
String
,
String
>
)
:
String
@
NonNull
open
fun
enrichText
(
@
Nullable
text
:
String
,
@
Nullable
screenDevice
:
DeviceInstance
)
:
String
@
NonNull
open
fun
enrichText
(
@
Nullable
uiConfigText
:
String
,
@
Nullable
replaceText
:
String
,
@
Nullable
text
:
String
)
:
String
Replace all occurrences of the text in the string with the new text.