Share via


UIApplicationDelegate_Extensions.WillEnterForeground Method

Definition

Indicates that the application is about to enter the foreground.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void WillEnterForeground(this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member WillEnterForeground : UIKit.IUIApplicationDelegate * UIKit.UIApplication -> unit

Parameters

application
UIApplication

Reference to the UIApplication that invoked this delegate method.

Attributes

Applies to