Android.App.LoaderManager.GetLoader Method
Return the Loader with the given id or null if no matching Loader is found.

Syntax

[Android.Runtime.Register("getLoader", "(I)Landroid/content/Loader;", "GetGetLoader_IHandler")]
public abstract Android.Content.Loader GetLoader (int id)

Parameters

id
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Return the Loader with the given id or null if no matching Loader is found.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11