UIKit.UIApplicationDelegate_Extensions.DidEnterBackground Method
Indicates that the application has entered the background.

Syntax

[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_4_0)]
public static void DidEnterBackground (this IUIApplicationDelegate This, UIApplication application)

Parameters

This
The instance on which this extension method operates on.
application
Reference to the UIApplication that invoked this delegate method.

Remarks

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

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0