Share via


UIApplicationDelegate_Extensions.DidEnterBackground Method

Definition

Indicates that the application has entered the background.

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

Parameters

application
UIApplication

Reference to the UIApplication that invoked this delegate method.

Attributes

Remarks

Apps should complete processing this method in approximately 5 seconds. If more time is necessary, applications can call BeginBackgroundTask(String, Action).

Applies to