UIKit.UIApplicationDelegate.ReceiveMemoryWarning Method
Indicates that the system memory is running low.

Syntax

[Foundation.Export("applicationDidReceiveMemoryWarning:")]
public virtual void ReceiveMemoryWarning (UIApplication application)

Parameters

application
Reference to the UIApplication that invoked this delegate method.

Remarks

Subsequent to this call, applications may be terminated by the system. Application developers should override this method and purge their applications of as much cached data as possible.

Requirements

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