Resources.AddLoaders(ResourcesLoader[]) Method

Definition

Adds a loader to the list of loaders.

[Android.Runtime.Register("addLoaders", "([Landroid/content/res/loader/ResourcesLoader;)V", "GetAddLoaders_arrayLandroid_content_res_loader_ResourcesLoader_Handler", ApiSince=30)]
public virtual void AddLoaders (params Android.Content.Res.Loader.ResourcesLoader[] loaders);
[<Android.Runtime.Register("addLoaders", "([Landroid/content/res/loader/ResourcesLoader;)V", "GetAddLoaders_arrayLandroid_content_res_loader_ResourcesLoader_Handler", ApiSince=30)>]
abstract member AddLoaders : Android.Content.Res.Loader.ResourcesLoader[] -> unit
override this.AddLoaders : Android.Content.Res.Loader.ResourcesLoader[] -> unit

Parameters

loaders
ResourcesLoader[]

the loaders to add

Attributes

Remarks

Java documentation for android.content.res.Resources.addLoaders(android.content.res.loader.ResourcesLoader).

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