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