Resources.AddLoaders(ResourcesLoader[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.