共用方式為


CPApplicationDelegate.ReceiveMemoryWarning(UIApplication) 方法

定義

應用程式已從系統收到記憶體不足的警告。

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

參數

application
UIApplication

叫用這個委派方法的 UIApplication 參考。

屬性

適用於