PhoneFrame

fun PhoneFrame(modifier: Modifier = Modifier, content: @Composable () -> Unit = {})(source)

Renders the PhoneFrame UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the rendered UI.

content

content value consumed by the API.