UIKit.UIApplicationDelegate.DidEnterBackground Method
Called when the app enters the backgrounded state.

Syntax

[Foundation.Export("applicationDidEnterBackground:")]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_4_0)]
public virtual void DidEnterBackground (UIApplication application)

See Also

UIApplicationDelegate.WillEnterForeground
UIApplication.WillTerminate

Parameters

application
Reference to the UIApplication that invoked this delegate method.

Remarks

Application are allocated approximately 5 seconds to complete this method. Application developers should use this time to save user data and tasks, and remove sensitive information from the screen.

Requirements

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