Kebechet.Maui.MicrosoftClarity.Android 2.4.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Kebechet.Maui.MicrosoftClarity.Android --version 2.4.0                
NuGet\Install-Package Kebechet.Maui.MicrosoftClarity.Android -Version 2.4.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="Kebechet.Maui.MicrosoftClarity.Android" Version="2.4.0" />                
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                
#r "nuget: Kebechet.Maui.MicrosoftClarity.Android, 2.4.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.
// Install Kebechet.Maui.MicrosoftClarity.Android as a Cake Addin
#addin nuget:?package=Kebechet.Maui.MicrosoftClarity.Android&version=2.4.0

// Install Kebechet.Maui.MicrosoftClarity.Android as a Cake Tool
#tool nuget:?package=Kebechet.Maui.MicrosoftClarity.Android&version=2.4.0                

"Buy Me A Coffee"

Maui.MicrosoftClarity.Android

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 set Build Action to: AndroidLibrary
    • for -sources.jar set Build Action to: JavaSourceJar based on this docs
  • 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 all Xamarin/Maui alternatives of these libraries

License

This repository is licensed with the MIT license.

Product 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.

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.

Version Downloads Last updated
2.4.0.2 36 7/15/2024
2.4.0.1 29 7/15/2024
2.4.0 34 7/15/2024

Initial release