1 implementation of IAppActions
Microsoft.Maui.Essentials (1)
AppActions\AppActions.netstandard.tvos.watchos.macos.tizen.cs (1)
7 partial class AppActionsImplementation : IAppActions
4 references to IAppActions
Microsoft.Maui.Essentials (4)
AppActions\AppActions.shared.cs (4)
115 static IAppActions? currentImplementation; 120 public static IAppActions Current => 123 internal static void SetCurrent(IAppActions? implementation) => 132 static IPlatformAppActions AsPlatform(this IAppActions appActions)