Kebechet.Maui.MicrosoftClarity.Android
2.4.0.2
Prefix Reserved
dotnet add package Kebechet.Maui.MicrosoftClarity.Android --version 2.4.0.2
NuGet\Install-Package Kebechet.Maui.MicrosoftClarity.Android -Version 2.4.0.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="Kebechet.Maui.MicrosoftClarity.Android" Version="2.4.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Kebechet.Maui.MicrosoftClarity.Android --version 2.4.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Kebechet.Maui.MicrosoftClarity.Android, 2.4.0.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.
// Install Kebechet.Maui.MicrosoftClarity.Android as a Cake Addin #addin nuget:?package=Kebechet.Maui.MicrosoftClarity.Android&version=2.4.0.2 // Install Kebechet.Maui.MicrosoftClarity.Android as a Cake Tool #tool nuget:?package=Kebechet.Maui.MicrosoftClarity.Android&version=2.4.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Maui.MicrosoftClarity.Android
- it contains bindings for Microsoft Clarity Android library
Versioning Scheme
The versioning scheme of Maui.MicrosoftClarity.Android
is derived from the versioning of original native android package.
Example:
Origninal lib version | Maui.MicrosoftClarity.Android | Note |
---|---|---|
3.4.1 | 3.4.1.0 | First version of bindings for 3.4.1 |
3.4.1 | 3.4.1.17 | Bindings for 3.4.1 containing 17 fixes |
How the binding was created
- To start create a project
Android Java library binding
- Then files of the the library have to be downloaded.
- Download native library from: mvnrepository.com to download the Clarity v2.4.0 android library.
- Click:
files->View all
. You have to download there files:.aar
that contains the compiled library and-sources.jar
that is used in binding process for documenting the library.
- After download create in your project
Jars
folder and put there both files. For- for
.aar
setBuild Action
to:AndroidLibrary
- for
-sources.jar
setBuild Action
to:JavaSourceJar
based on this docs
- for
- Then you have to add all necessary dependencies. Your binding library should contain all these dependencies (ideally in same
version
but until those libraries are compatible, versions are not important).- I have found and added
PackageReference
for allXamarin/Maui
alternatives of these libraries
- I have found and added
License
This repository is licensed with the MIT license.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-android34.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0-android34.0
- Xamarin.AndroidX.Fragment.Ktx (>= 1.7.0.2)
- Xamarin.AndroidX.Work.Runtime (>= 2.8.1)
- Xamarin.AndroidX.Work.Work.Runtime.Ktx (>= 2.8.1)
- Xamarin.Kotlin.StdLib (>= 2.0.0)
- Xamarin.Protobuf.JavaLite (>= 3.23.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Kebechet.Maui.MicrosoftClarity.Android:
Package | Downloads |
---|---|
Kebechet.Maui.MicrosoftClarity
Serves as an abstraction around Microsoft Clarity Android and iOS SDKs |
GitHub repositories
This package is not used by any popular GitHub repositories.
Improved package compatibility