![]() |
VOOZH | about |
dotnet add package exotel_chatbot --version 1.0.2
NuGet\Install-Package exotel_chatbot -Version 1.0.2
<PackageReference Include="exotel_chatbot" Version="1.0.2" />
<PackageVersion Include="exotel_chatbot" Version="1.0.2" />Directory.Packages.props
<PackageReference Include="exotel_chatbot" />Project file
paket add exotel_chatbot --version 1.0.2
#r "nuget: exotel_chatbot, 1.0.2"
#:package exotel_chatbot@1.0.2
#addin nuget:?package=exotel_chatbot&version=1.0.2Install as a Cake Addin
#tool nuget:?package=exotel_chatbot&version=1.0.2Install as a Cake Tool
Install SDK/Plugin
Need to add .UseCustomWebViewPluginLibrary() in Mauiprogram.cs
Ex:- public static class MauiProgram { public static MauiApp CreateMauiApp() { var builder = MauiApp.CreateBuilder(); builder .UseMauiApp<App>() .UseMauiCommunityToolkit() .UseCustomWebViewPluginLibrary() .ConfigureFonts(fonts ⇒ { fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular"); fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold"); }).UseUserDialogs();
#if DEBUG builder.Logging.AddDebug(); #endif Routing.RegisterRoute("home", typeof(HomeView)); return builder.Build(); } }
Import xmlns:customWebView="clr-namespace:ChatBotCustomWebViewPlugin.Views;assembly=ChatBotCustomWebViewPlugin"
Use- <StackLayout> <customWebView:ChatBotCustomView x:Name="webView" HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand"/> </StackLayout>
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-android34.0 net8.0-android34.0 is compatible. net8.0-ios17.2 net8.0-ios17.2 is compatible. net9.0-android net9.0-android was computed. net9.0-ios net9.0-ios was computed. net10.0-android net10.0-android was computed. net10.0-ios net10.0-ios was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
Exotel Chatbot MAUI SDK