Loader.ForceLoadContentObserver(Loader) Constructor
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.
Creates a content observer that forces its loader to reload when content changes.
[Android.Runtime.Register(".ctor", "(Landroid/content/Loader;)V", "")]
public ForceLoadContentObserver(Android.Content.Loader? __self);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Loader;)V", "")>]
new Android.Content.Loader.ForceLoadContentObserver : Android.Content.Loader -> Android.Content.Loader.ForceLoadContentObserver
Parameters
- __self
- Loader
The loader that owns this content observer.
- 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.
Java documentation for android.content.Loader.ForceLoadContentObserver.ForceLoadContentObserver().