Android.Test.Mock.MockCursor.RegisterContentObserver Method
Register an observer that is called when changes happen to the content backing this cursor.

Syntax

[Android.Runtime.Register("registerContentObserver", "(Landroid/database/ContentObserver;)V", "GetRegisterContentObserver_Landroid_database_ContentObserver_Handler")]
public virtual void RegisterContentObserver (Android.Database.ContentObserver observer)

Parameters

observer
the object that gets notified when the content backing the cursor changes.

Remarks

Register an observer that is called when changes happen to the content backing this cursor. Typically the data set won't change until Android.Database.ICursor.Requery is called.

[Android Documentation]

Requirements

Namespace: Android.Test.Mock
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8