Class TextElement
-
- All Implemented Interfaces:
-
com.adapty.ui.internal.ui.element.UIElement
public final class TextElement extends BaseTextElement
-
-
Method Summary
Modifier and Type Method Description Function0<Unit>toComposable(Function0<Map<String, AdaptyUI.LocalizedViewConfiguration.Asset>> resolveAssets, Function2<StringId, BaseTextElement.Attributes, StringWrapper> resolveText, Function0<Map<String, Object>> resolveState, EventCallback eventCallback, Modifier modifier)-
Methods inherited from class com.adapty.ui.internal.ui.element.BaseTextElement
getBaseProps -
Methods inherited from class com.adapty.ui.internal.ui.element.UIElement
toComposableInColumn, toComposableInRow -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
toComposable
Function0<Unit> toComposable(Function0<Map<String, AdaptyUI.LocalizedViewConfiguration.Asset>> resolveAssets, Function2<StringId, BaseTextElement.Attributes, StringWrapper> resolveText, Function0<Map<String, Object>> resolveState, EventCallback eventCallback, Modifier modifier)
-
-
-
-