Resources.RemoveLoaders(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.
Removes loaders from the list of loaders.
[Android.Runtime.Register("removeLoaders", "([Landroid/content/res/loader/ResourcesLoader;)V", "GetRemoveLoaders_arrayLandroid_content_res_loader_ResourcesLoader_Handler", ApiSince=30)]
public virtual void RemoveLoaders (params Android.Content.Res.Loader.ResourcesLoader[] loaders);
[<Android.Runtime.Register("removeLoaders", "([Landroid/content/res/loader/ResourcesLoader;)V", "GetRemoveLoaders_arrayLandroid_content_res_loader_ResourcesLoader_Handler", ApiSince=30)>]
abstract member RemoveLoaders : Android.Content.Res.Loader.ResourcesLoader[] -> unit
override this.RemoveLoaders : Android.Content.Res.Loader.ResourcesLoader[] -> unit
Parameters
- loaders
- ResourcesLoader[]
the loaders to remove
- 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.