WebView.FreeMemory Method

Definition

Caution

deprecated

Informs this WebView that memory is low so that it can free any available memory.

[Android.Runtime.Register("freeMemory", "()V", "GetFreeMemoryHandler")]
[System.Obsolete("deprecated")]
public virtual void FreeMemory ();
[<Android.Runtime.Register("freeMemory", "()V", "GetFreeMemoryHandler")>]
[<System.Obsolete("deprecated")>]
abstract member FreeMemory : unit -> unit
override this.FreeMemory : unit -> unit
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to