1 implementation of ILauncher
Microsoft.Maui.Essentials (1)
Launcher\Launcher.shared.cs (1)
137 partial class LauncherImplementation : ILauncher
8 references to ILauncher
Microsoft.Maui.Essentials (8)
Launcher\Launcher.shared.cs (8)
123 static ILauncher Current => ApplicationModel.Launcher.Default; 125 static ILauncher? defaultImplementation; 130 public static ILauncher Default => 133 internal static void SetDefault(ILauncher? implementation) => 175 /// Static class with extension methods for the <see cref="ILauncher"/> APIs. 186 public static Task<bool> CanOpenAsync(this ILauncher launcher, string uri) => 196 public static Task<bool> OpenAsync(this ILauncher launcher, string uri) => 206 public static Task<bool> TryOpenAsync(this ILauncher launcher, string uri) =>