Interface IViewTracking
- Namespace
- Splat.ApplicationPerformanceMonitoring
- Assembly
- Splat.dll
Defines a contract for tracking view navigation events by name.
public interface IViewTracking
- Extension Methods
Methods
OnViewNavigation(string)
Handles navigation to a view identified by the specified name.
void OnViewNavigation(string name)
Parameters
namestringThe name of the view to navigate to. Cannot be null or empty.