Android.Content.ContentResolver.AddStatusChangeListener Method
Request notifications when the different aspects of the SyncManager change.

Syntax

[Android.Runtime.Register("addStatusChangeListener", "(ILandroid/content/SyncStatusObserver;)Ljava/lang/Object;", "")]
public static Java.Lang.Object AddStatusChangeListener ([Android.Runtime.GeneratedEnum] SyncObserverType mask, ISyncStatusObserver callback)

Parameters

mask
the status change types that will cause the callback to be invoked
callback
observer to be invoked when the status changes

Returns

Documentation for this section has not yet been entered.

Remarks

Request notifications when the different aspects of the SyncManager change. The different items that can be requested are:

The caller can set one or more of the status types in the mask for any given listener registration.

[Android Documentation]

Requirements

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