Share via


UIApplicationDelegate_Extensions.ReceiveMemoryWarning Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ReceiveMemoryWarning(this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ReceiveMemoryWarning : UIKit.IUIApplicationDelegate * UIKit.UIApplication -> unit

Parameters

application
UIApplication

Reference to the UIApplication that invoked this delegate method.

Attributes

Applies to