1 implementation of IAppActions
Microsoft.Maui.Essentials (1)
AppActions\AppActions.ios.cs (1)
10
partial 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)
153
/// <param name="appActions">Instance of the <see cref="
IAppActions
"/> object this event is invoked on.</param>
157
public static void PerformActionForShortcutItem(this
IAppActions
appActions, UIKit.UIApplication application, UIKit.UIApplicationShortcutItem shortcutItem, UIKit.UIOperationHandler completionHandler) =>