public static void PerformActionForShortcutItem(this IAppActions appActions, UIKit.UIApplication application, UIKit.UIApplicationShortcutItem shortcutItem, UIKit.UIOperationHandler completionHandler) => appActions.AsPlatform().PerformActionForShortcutItem(application, shortcutItem, completionHandler);
public static void OnResume(this IAppActions appActions, Android.Content.Intent?intent) => appActions.AsPlatform().OnResume(intent);
public static Task OnLaunched(this IAppActions appActions, UI.Xaml.LaunchActivatedEventArgs e) => appActions.AsPlatform().OnLaunched(e);