UIKit.UIApplicationDelegate.OnResignActivation Method
Called when the application is about to enter the background, be suspended, or when the user receives an interruption such as a phone call or text.

Syntax

[Foundation.Export("applicationWillResignActive:")]
public virtual void OnResignActivation (UIApplication application)

See Also

UIApplicationDelegate.OnActivated

Parameters

application
Reference to the UIApplication that invoked this delegate method.

Remarks

Because iOS applications should be designed to be long-lived, with many transitions between foreground processing, suspension or background processing, or interrupted, this method may be a good place to release expensive resources or otherwise ensure that the application is in a consistent, restorable state.

Requirements

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