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