MeshNotificationManager
Mesh-domain notification builder. Provides high-level operations for the message arrival, waypoint, reaction, new node, low-battery, and client notification flows specific to this app. Implementations are expected to render the platform notification themselves; the generic dispatch primitive is NotificationManager (which posts/cancels opaque Notification records and is not domain-aware).
Functions
Suspending because Android rebuilds the group summary here, and the summary's labels come from string resources — resolving them must not block the caller's thread (see org.meshtastic.core.resources.getStringSuspend).
Called after an inline notification reply has been sent and persisted. Platforms that can should re-post the conversation notification silently with the sent reply appended — the MessagingStyle confirmation flow — so the RemoteInput spinner resolves with visible feedback instead of the notification vanishing. The default falls back to dismissing the conversation, which also resolves the spinner.