Skip to content

AppCenterViewTracking class

Defined in

Namespace: Splat Assembly: Splat.AppCenter.dll Full name: Splat.AppCenterViewTracking Modifiers: public sealed

Summary

View source

Provides view tracking functionality for navigation events, enabling integration with App Center Analytics.

Applies to

net10.0, net10.0-android36.0, net10.0-ios26.0, net10.0-macos26.0, net10.0-windows10.0.17763, net10.0-windows10.0.19041, net10.0-tvos26.0, net10.0-maccatalyst26.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-windows10.0.19041, net9.0-windows10.0.17763, net9.0-desktop1.0, net9.0-browserwasm1.0, net8.0, net8.0-windows10.0.19041, net8.0-windows10.0.17763, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net471, net481, net462

Class hierarchy
classDiagram
class AppCenterViewTracking
class IViewTracking {
    <>
}
IViewTracking <|.. AppCenterViewTracking

Implements: IViewTracking

Remarks

This class is intended to be used for tracking page or view navigation within an application. It implements the IViewTracking interface to standardize view tracking across different analytics providers. Instances of this class are typically used to report navigation events to Microsoft App Center Analytics.

Constructors

NameSummary
.ctor

Methods

NameSummary
OnViewNavigationTrack a view navigation using just a name.
Inherited members