2 references to DidEnterBackground
Microsoft.Maui (2)
LifecycleEvents\iOS\iOSLifecycleBuilderExtensions.cs (1)
9
public static IiOSLifecycleBuilder DidEnterBackground(this IiOSLifecycleBuilder lifecycle, iOSLifecycle.
DidEnterBackground
del) => lifecycle.OnEvent(del);
Platform\iOS\MauiUIApplicationDelegate.cs (1)
147
_services?.InvokeLifecycleEvents<iOSLifecycle.
DidEnterBackground
>(del => del(application));