Package-level declarations

Types

Link copied to clipboard

MainActivity for the MeshServiceExample application.

Link copied to clipboard

ViewModel for MeshServiceExample. Handles interaction with IMeshService AIDL and manages UI state.

Functions

Link copied to clipboard
fun ExampleTheme(darkTheme: Boolean = isSystemInDarkTheme(), content: @Composable () -> Unit)
Link copied to clipboard
fun ListItem(text: String, supportingText: String? = null, leadingIcon: ImageVector? = null, trailingIcon: ImageVector? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun NodeItem(node: NodeInfo, onAction: (String) -> Unit)
Link copied to clipboard
fun SectionHeader(title: String, expanded: Boolean, onExpandClick: () -> Unit, modifier: Modifier = Modifier)
Link copied to clipboard
Link copied to clipboard
fun TitledCard(title: String, content: @Composable () -> Unit)