The49.Segment.Analytics.Android 1.0.0-alpha1

This is a prerelease version of The49.Segment.Analytics.Android.
dotnet add package The49.Segment.Analytics.Android --version 1.0.0-alpha1
NuGet\Install-Package The49.Segment.Analytics.Android -Version 1.0.0-alpha1
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="The49.Segment.Analytics.Android" Version="1.0.0-alpha1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add The49.Segment.Analytics.Android --version 1.0.0-alpha1
#r "nuget: The49.Segment.Analytics.Android, 1.0.0-alpha1"
#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.
// Install The49.Segment.Analytics.Android as a Cake Addin
#addin nuget:?package=The49.Segment.Analytics.Android&version=1.0.0-alpha1&prerelease

// Install The49.Segment.Analytics.Android as a Cake Tool
#tool nuget:?package=The49.Segment.Analytics.Android&version=1.0.0-alpha1&prerelease

The49.Segment.Analytics.Android

.NET for Android bindings of the analytics-android library from Segment

var analytics = new Segment.Analytics.Builder(Platform.AppContext, "<writeKey>")
    .TrackApplicationLifecycleEvents()
    .RecordScreenViews()
    .Build();

Segment.Analytics.SetSingletonInstance(analytics);

Segment.Analytics.With(Platform.AppContext).Track("CustomEvent");
Product Compatible and additional computed target framework versions.
.NET net7.0-android33.0 is compatible.  net8.0-android was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0-android33.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on The49.Segment.Analytics.Android:

Package Downloads
The49.Segment.Analytics

.NET MAUI bindings for Segment's Analytics library

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0-alpha1 1,870 5/24/2023