CPApplicationDelegate.ReceiveMemoryWarning(UIApplication) Method

Definition

The app has received a low-memory warning from the system.

[Foundation.Export("applicationDidReceiveMemoryWarning:")]
public virtual void ReceiveMemoryWarning (UIKit.UIApplication application);
abstract member ReceiveMemoryWarning : UIKit.UIApplication -> unit
override this.ReceiveMemoryWarning : UIKit.UIApplication -> unit

Parameters

application
UIApplication

Reference to the UIApplication that invoked this delegate method.

Attributes

Applies to