Language

SyncContext.OnFinished(SyncResult) Method

Definition

[Android.Runtime.Register("onFinished", "(Landroid/content/SyncResult;)V", "GetOnFinished_Landroid_content_SyncResult_Handler")]
public virtual void OnFinished(Android.Content.SyncResult? result);
[<Android.Runtime.Register("onFinished", "(Landroid/content/SyncResult;)V", "GetOnFinished_Landroid_content_SyncResult_Handler")>]
abstract member OnFinished : Android.Content.SyncResult -> unit
override this.OnFinished : Android.Content.SyncResult -> unit

Parameters

result
SyncResult

The result reported when synchronization finishes.

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.SyncContext.onFinished(android.content.SyncResult).

Applies to