VoidrReplayAgent 1.0.12
dotnet add package VoidrReplayAgent --version 1.0.12
NuGet\Install-Package VoidrReplayAgent -Version 1.0.12
<PackageReference Include="VoidrReplayAgent" Version="1.0.12" />
<PackageVersion Include="VoidrReplayAgent" Version="1.0.12" />
<PackageReference Include="VoidrReplayAgent" />
paket add VoidrReplayAgent --version 1.0.12
#r "nuget: VoidrReplayAgent, 1.0.12"
#:package VoidrReplayAgent@1.0.12
#addin nuget:?package=VoidrReplayAgent&version=1.0.12
#tool nuget:?package=VoidrReplayAgent&version=1.0.12
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
- Edit AndroidManifest.xml to make sure the following permissions are present
<uses-permission android:name="android.permission.INTERNET" />
- Edit AndroidManifest.xml to Add following services inside your application tag
<service android:name="com.uxcam.service.HttpPostService"/>
Product | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid10 is compatible. |
-
MonoAndroid 1.0
- Square.OkHttp3 (>= 4.9.2)
- UXCam (>= 3.5.1)
- Xamarin.Kotlin.StdLib (>= 1.6.21.1)
- Xamarin.KotlinX.Coroutines.Android (>= 1.6.0.1)
- Xamarin.KotlinX.Coroutines.Core.Jvm (>= 1.6.0.1)
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 |