-
public interface InteropViewCallbackInterface to define the callback for Jetpack Compose semantics tree to call when there is an interop view to map.
-
-
Method Summary
Modifier and Type Method Description abstract List<MobileSegment.Wireframe>map(View view, MappingContext mappingContext)Called when an interop view needs to be mapped. -
-
Method Detail
-
map
@UiThread() abstract List<MobileSegment.Wireframe> map(View view, MappingContext mappingContext)
Called when an interop view needs to be mapped.
-
-
-
-