ResourcesProvider.Close Method

Definition

Frees internal data structures.

[Android.Runtime.Register("close", "()V", "GetCloseHandler", ApiSince=30)]
public virtual void Close ();
[<Android.Runtime.Register("close", "()V", "GetCloseHandler", ApiSince=30)>]
abstract member Close : unit -> unit
override this.Close : unit -> unit

Implements

Attributes

Remarks

Frees internal data structures. Closed providers can no longer be added to ResourcesLoader ResourcesLoader(s).

Java documentation for android.content.res.loader.ResourcesProvider.close().

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