VoidrReplayAgent 1.0.12

dotnet add package VoidrReplayAgent --version 1.0.12
                    
NuGet\Install-Package VoidrReplayAgent -Version 1.0.12
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="VoidrReplayAgent" Version="1.0.12" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="VoidrReplayAgent" Version="1.0.12" />
                    
Directory.Packages.props
<PackageReference Include="VoidrReplayAgent" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add VoidrReplayAgent --version 1.0.12
                    
#r "nuget: VoidrReplayAgent, 1.0.12"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package VoidrReplayAgent@1.0.12
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=VoidrReplayAgent&version=1.0.12
                    
Install as a Cake Addin
#tool nuget:?package=VoidrReplayAgent&version=1.0.12
                    
Install as a Cake Tool

VoidrReplayAgent

Overview

VoidrReplayAgent is a session replay wrapper solution for mobile applications. It encapsulates the functionalities of many session replay providers, simplifying the integration and management of session recordings in mobile apps. With VoidrReplayAgent, you can easily initialize sessions, set user identities, and start new recording sessions with minimal code.

Features

  • Simple Initialization: Easily integrate multiple session replays providers with a single method call.
  • Session Management: Start and manage recording sessions effortlessly.
  • User Identity Association: Link sessions to specific user identities for enhanced tracking.
  • Xamarin Compatibility: Designed to work seamlessly with Xamarin mobile projects.

Integration

To integrate VoidrReplayAgent into your project, simply add the package reference and call the methods as shown in the example below:

VoidrAgent.VoidrAgentManager.Initialize("API_KEY");
VoidrAgent.VoidrAgentManager.SetUserIdentity("USER_IDENTIFICATION");
VoidrAgent.VoidrAgentManager.StartNewSession();

Android Setup

  1. Edit AndroidManifest.xml to make sure the following permissions are present
<uses-permission android:name="android.permission.INTERNET" />
  1. Edit AndroidManifest.xml to Add following services inside your application tag
<service android:name="com.uxcam.service.HttpPostService"/>
Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.12 126 2/7/2025
1.0.12-xamarinios 100 2/19/2025
1.0.12-netstandard 90 2/19/2025