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" />
<PackageReference Include="LeeoSDK" />
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
#tool nuget:?package=LeeoSDK&version=0.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
- Call
Leeo.SetupAsync(context, configuration, tripNotification)with yourLeeoConfiguration(baseUrl optional, sdkKey, driverId, driver attributes) andLeeoTripNotification(title/content for the trip notification). - Use
contextasthis(your Page or Application). - Use
GetIncidentReportingURLAsync(context)orOpenIncidentReportingWebPageAsync(context)for incident reporting;StartTripAsync/StopTripAsyncandStartShiftAsync/StopShiftAsyncfor trip/shift (currently stubbed; full recording requires native bindings).
Documentation
See the repository README for full API and demo app.
| Product | Versions 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.