diff --git a/api/feature/messaging/org.meshtastic.feature.messaging/-message-screen.html b/api/feature/messaging/org.meshtastic.feature.messaging/-message-screen.html index f40b66c5fc..c2701e20c2 100644 --- a/api/feature/messaging/org.meshtastic.feature.messaging/-message-screen.html +++ b/api/feature/messaging/org.meshtastic.feature.messaging/-message-screen.html @@ -94,7 +94,7 @@

MessageScreen

-
fun MessageScreen(contactKey: String, message: String, viewModel: MessageViewModel, navigateToNodeDetails: (Int) -> Unit, navigateToQuickChatOptions: () -> Unit, navigateToFilterSettings: () -> Unit, onNavigateBack: () -> Unit)(source)

The main screen for displaying and sending messages to a contact or channel.

Parameters

contactKey

A unique key identifying the contact or channel.

message

An optional message to pre-fill in the input field.

viewModel

The MessageViewModel instance for handling business logic and state.

navigateToNodeDetails

Callback to navigate to a node's detail screen.

navigateToQuickChatOptions

Callback to navigate to the quick chat options screen.

navigateToFilterSettings

Callback to navigate to the message filter settings screen.

onNavigateBack

Callback to navigate back from this screen.

+
fun MessageScreen(contactKey: String, message: String, viewModel: MessageViewModel, navigateToNodeDetails: (Int) -> Unit, navigateToQuickChatOptions: () -> Unit, navigateToFilterSettings: () -> Unit, onNavigateBack: () -> Unit)(source)

The main screen for displaying and sending messages to a contact or channel.

Parameters

contactKey

A unique key identifying the contact or channel.

message

An optional message to pre-fill in the input field.

viewModel

The MessageViewModel instance for handling business logic and state.

navigateToNodeDetails

Callback to navigate to a node's detail screen.

navigateToQuickChatOptions

Callback to navigate to the quick chat options screen.

navigateToFilterSettings

Callback to navigate to the message filter settings screen.

onNavigateBack

Callback to navigate back from this screen.