WalkMe.Maui.Android 1.0.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package WalkMe.Maui.Android --version 1.0.5
                    
NuGet\Install-Package WalkMe.Maui.Android -Version 1.0.5
                    
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="WalkMe.Maui.Android" Version="1.0.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WalkMe.Maui.Android" Version="1.0.5" />
                    
Directory.Packages.props
<PackageReference Include="WalkMe.Maui.Android" />
                    
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 WalkMe.Maui.Android --version 1.0.5
                    
#r "nuget: WalkMe.Maui.Android, 1.0.5"
                    
#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 WalkMe.Maui.Android@1.0.5
                    
#: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=WalkMe.Maui.Android&version=1.0.5
                    
Install as a Cake Addin
#tool nuget:?package=WalkMe.Maui.Android&version=1.0.5
                    
Install as a Cake Tool

alt text

WalkMe Mobile increases in-app engagement and revenues - automatically. WalkMe’s technology learns and understands user usage behavior.

WalkMe Android SDK

A Simple SDK that allows anyone to create and manage in-app content without coding and without deployment, to maximize in-app user engagement.

How it works

  • Install the WalkMe Mobile SDK.
  • add AndroidX Room nugget to the project - https://www.nuget.org/packages/Xamarin.AndroidX.Room.Runtime/
  • Create in app content including interactive Walk-Thrus, ShoutOuts, Launchers and Web Resources.
  • Launch and analyze in-app content in seconds, no need for app store approval.

Example Usage

using Android.App;
using Android.Widget;
using Android.OS;
using Abbi.IO.Abbisdk;

namespace MauiTestApp;

{
    [Activity(Label = "MauiTestApp", MainLauncher = true, Icon = "@mipmap/icon")]
    public class MainActivity : MauiAppCompatActivity
    {
        protected override void OnCreate(Bundle savedInstanceState)
        {
            base.OnCreate(savedInstanceState);

            ABBI.Start("YOUR_APPKEY", "YOUR_SECRET",
                       this.Application);
        }
    }
}

Support

License

Commercial Software

Product Compatible and additional computed target framework versions.
.NET net8.0-android34.0 is compatible.  net9.0-android was computed.  net10.0-android was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.0.17 55 7/23/2026
1.0.16 104 7/7/2026
1.0.15 108 5/27/2026
1.0.14 97 4/19/2026
1.0.13 109 4/5/2026
1.0.12 698 12/2/2025
1.0.11 602 12/1/2025
1.0.10 160 11/9/2025
1.0.9 207 10/30/2025
1.0.8 260 10/5/2025
1.0.7 208 9/10/2025
1.0.6 230 8/24/2025
1.0.5 153 7/30/2025
1.0.4 197 7/10/2025
1.0.3 236 5/27/2025
1.0.2 211 3/13/2025
1.0.1 179 3/9/2025
1.0.0 177 2/17/2025