DeviceLauncher
Wisej.Hybrid.DeviceLauncher
Last updated
Wisej.Hybrid.DeviceLauncher
Last updated
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid (3.5.0.0)
Provides methods to interact with app launching and external file opening on the device.
Access this class through the Device singleton.
Initializes a new instance of DeviceLauncher.
Checks whether a given app link can be opened on the device.
Returns: Boolean. true if the app link can be opened; otherwise, false.
Attempts to open the given application link on the device.
Opens the given file using the default app associated with its file type.
See: https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/appmodel/launcher. Throws:
NotImplementedException Thrown if the file opening operation is not supported.