UiConfigTextEnricher

Constructors

Link copied to clipboard
constructor(@NonNull context: Context)

Functions

Link copied to clipboard
open fun enrichText(@Nullable text: String, replaceTextMap: HashMap<String, String>): String
open fun enrichText(@Nullable text: String, @Nullable screenDevice: DeviceInstance): String

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.