rumViewName

Derives the analytics view name for a navigation destination.

The name is the route's fully-qualified class name (e.g. org.meshtastic.core.navigation.NodesRoute.Nodes), matching the convention historically recorded by Datadog RUM before the Navigation 3 migration, so new per-screen data lines up with existing dashboards. Falls back to the simple name (and finally toString()) on the rare platform where kotlin.reflect.KClass.qualifiedName is unavailable.