1 implementation of IAppActions
Microsoft.Maui.Essentials (1)
AppActions\AppActions.uwp.cs (1)
11 class AppActionsImplementation : IAppActions, IPlatformAppActions
6 references to IAppActions
Microsoft.Maui.Essentials (6)
AppActions\AppActions.shared.cs (6)
115 static IAppActions? currentImplementation; 120 public static IAppActions Current => 123 internal static void SetCurrent(IAppActions? implementation) => 132 static IPlatformAppActions AsPlatform(this IAppActions appActions) 144 /// <param name="appActions">Instance of the <see cref="IAppActions"/> object this event is invoked on.</param> 147 public static Task OnLaunched(this IAppActions appActions, UI.Xaml.LaunchActivatedEventArgs e) =>