LeeoSDK 0.1.2

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

LeeoSDK

.NET MAUI library for Leeo trip tracking and incident reporting. Same API as the Leeo iOS, Android, and React Native SDKs.

Installation

dotnet add package LeeoSDK

Or in your .csproj:

<PackageReference Include="LeeoSDK" Version="0.1.2" />

Quick start

  1. Call Leeo.SetupAsync(context, configuration, tripNotification) with your LeeoConfiguration (baseUrl optional, sdkKey, driverId, driver attributes) and LeeoTripNotification (title/content for the trip notification).
  2. Use context as this (your Page or Application).
  3. Use GetIncidentReportingURLAsync(context) or OpenIncidentReportingWebPageAsync(context) for incident reporting; StartTripAsync / StopTripAsync and StartShiftAsync / StopShiftAsync for trip/shift (currently stubbed; full recording requires native bindings).

Documentation

See the repository README for full API and demo app.

Product Compatible and additional computed target framework versions.
.NET net10.0-android36.0 is compatible.  net10.0-ios26.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0-android36.0

    • No dependencies.
  • net10.0-ios26.0

    • No dependencies.

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
0.1.2 115 3/1/2026
0.1.1 100 3/1/2026