Xam.Plugin.Mixpanel.Android 8.3.0

dotnet add package Xam.Plugin.Mixpanel.Android --version 8.3.0
                    
NuGet\Install-Package Xam.Plugin.Mixpanel.Android -Version 8.3.0
                    
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="Xam.Plugin.Mixpanel.Android" Version="8.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xam.Plugin.Mixpanel.Android" Version="8.3.0" />
                    
Directory.Packages.props
<PackageReference Include="Xam.Plugin.Mixpanel.Android" />
                    
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 Xam.Plugin.Mixpanel.Android --version 8.3.0
                    
#r "nuget: Xam.Plugin.Mixpanel.Android, 8.3.0"
                    
#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 Xam.Plugin.Mixpanel.Android@8.3.0
                    
#: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=Xam.Plugin.Mixpanel.Android&version=8.3.0
                    
Install as a Cake Addin
#tool nuget:?package=Xam.Plugin.Mixpanel.Android&version=8.3.0
                    
Install as a Cake Tool

Xam.Plugin.Mixpanel.Android

Xamarin.Android bindings for Mixpanel Android v8.3.0.

Installation

Xam.Plugin.Mixpanel.Android is available via NuGet. https://www.nuget.org/packages/Xam.Plugin.Mixpanel.Android/

NuGet

Usage

Include Mixpanel

using Xam.Plugin.Mixpanel.Android;

And then follow the docs provided at the Mixpanel Developer Documentation (https://developer.mixpanel.com/docs/android)

Build

These build instructions are intended to be run on macOS. If you'd like to run them on Windows you need to open the .sh files and run equivilant commands for Windows.

Local dll builds

  1. Navigate to the Binding directory
  2. Run FetchJars.sh
  3. Run BuildDlls.sh
  4. Fetch your Xam.Plugin.Mixpanel.Android.dll from the Xam.Plugin.Mixpanel.Android/bin/Release/net10-android/ directory.

Building a .nupkg

  1. Navigate to the Binding directory
  2. Run FetchJars.sh
  3. Run BuildNugetPackage.sh
  4. Fetch your Xam.Plugin.Mixpanel.Android.x.y.z.nupkg and Xam.Plugin.Mixpanel.Android.x.y.z.snupkg from the Xam.Plugin.Mixpanel.Android/bin/Release/ directory.

Adding JavaDocs

FetchJars.sh will download the .aar file and .javadoc.jar files from Maven and place them in the suitable folders.

Updating Mixpanel SDK

To update the Mixpanel SDK change the MIXPANEL_VERSION variable within FetchJars.sh to your desired SDK version and run build steps again.

To update the entire repository search for your old version number and replace it with the new version number.

Requirements

The current nuget packages are built using the following config:

  • .NET SDK version 10.0.102
  • Java SDK version 21.0.10
  • Android SDK Version 36

Pull requests welcome!

Product Compatible and additional computed target framework versions.
.NET net9.0-android35.0 is compatible.  net10.0-android was computed.  net10.0-android36.0 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
8.3.0 123 2/7/2026
8.2.4 392 11/17/2025
7.3.2 587 10/22/2023
7.3.1 394 7/13/2023
7.3.0 539 3/14/2023
7.2.2 352 3/14/2023
7.2.1 1,764 11/16/2022
7.2.0 567 10/22/2022
7.0.1 582 9/8/2022
7.0.0 547 8/27/2022
6.5.2 656 8/27/2022
6.5.1 568 8/27/2022
6.4.0 558 8/27/2022
6.3.0 550 8/27/2022
6.2.2 530 8/27/2022
6.2.1 531 8/27/2022
6.2.0 552 8/27/2022
6.1.1 528 8/27/2022
6.1.0 586 8/27/2022
6.0.0 572 8/27/2022
Loading failed