Object UnknownElement
-
- All Implemented Interfaces:
-
com.adapty.ui.internal.ui.element.UIElement
public class UnknownElement implements UIElement
-
-
Field Summary
Fields Modifier and Type Field Description private final BasePropsbasePropspublic final static UnknownElementINSTANCE
-
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)BasePropsgetBaseProps()-
-
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)
-
getBaseProps
BaseProps getBaseProps()
-
-
-
-