Kebechet.Maui.MicrosoftClarity.Android
3.8.1.1
Prefix Reserved
dotnet add package Kebechet.Maui.MicrosoftClarity.Android --version 3.8.1.1
NuGet\Install-Package Kebechet.Maui.MicrosoftClarity.Android -Version 3.8.1.1
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="3.8.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Kebechet.Maui.MicrosoftClarity.Android" Version="3.8.1.1" />
<PackageReference Include="Kebechet.Maui.MicrosoftClarity.Android" />
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 Kebechet.Maui.MicrosoftClarity.Android --version 3.8.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Kebechet.Maui.MicrosoftClarity.Android, 3.8.1.1"
#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 Kebechet.Maui.MicrosoftClarity.Android@3.8.1.1
#: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=Kebechet.Maui.MicrosoftClarity.Android&version=3.8.1.1
#tool nuget:?package=Kebechet.Maui.MicrosoftClarity.Android&version=3.8.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Maui.MicrosoftClarity.Android
Thic repo contains bindings for Microsoft Clarity Android library
- https://clarity.microsoft.com/
- https://learn.microsoft.com/en-us/clarity/mobile-sdk/android-sdk
- https://github.com/microsoft/clarity
- changelog: https://learn.microsoft.com/en-us/clarity/mobile-sdk/sdk-changelog#android-sdk-changelog
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 v3.0.0 android library.
- Click:
files->View all. You have to download there files:.aarthat contains the compiled library and-sources.jarthat is used in binding process for documenting the library.
- After download create in your project
Jarsfolder and put there both files. For- for
.aarsetBuild Actionto:AndroidLibrary - for
-sources.jarsetBuild Actionto:JavaSourceJarbased on this docs
- for
- Then you have to add all necessary dependencies. Your binding library should contain all these dependencies (ideally in same
versionbut until those libraries are compatible, versions are not important).- I have found and added
PackageReferencefor allXamarin/Mauialternatives 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 | net10.0-android36.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
- Xamarin.Android.Binding.InstallReferrer (>= 2.2.0)
- Xamarin.AndroidX.Fragment.Ktx (>= 1.7.0.2)
- Xamarin.Kotlin.StdLib (>= 2.0.0)
- Xamarin.Protobuf.JavaLite (>= 3.25.3)
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.
Updated to net10.0, fixed Function1 type erasure clash in ACW