Table of Contents

Class ExceptionlessViewTracking

Namespace
Splat
Assembly
Splat.Exceptionless.dll

Provides view tracking functionality by recording view navigation events using an Exceptionless client.

public sealed class ExceptionlessViewTracking : IViewTracking
Inheritance
ExceptionlessViewTracking
Implements
Extension Methods

Constructors

ExceptionlessViewTracking(ExceptionlessClient)

Initializes a new instance of the ExceptionlessViewTracking class.

public ExceptionlessViewTracking(ExceptionlessClient exceptionlessClient)

Parameters

exceptionlessClient ExceptionlessClient

The exceptionless client to use.

Methods

OnViewNavigation(string)

Track a view navigation using just a name.

public void OnViewNavigation(string name)

Parameters

name string

Name of the view.