Invoke .NET MAUI Code
Last updated
Last updated
This page only applies to Wisej.NET Hybrid Local applications.
Wisej.NET Hybrid Local applications can use .NET MAUI directly from within the project.
To get started, add <UseMaui>true</UseMaui>
to a Wisej.NET Hybrid Local Application .csproj or .vbproj <PropertyGroup>
.
Triggering a vibration on a Wisej.NET button click.
See Vibration for setup instructions.
In Wisej.NET, all requests come in on a background thread. When invoking .NET MAUI code directly, you may need to run the call on the device's UI thread:
See Haptic Feedback for setup instructions.