AbstractThreadedSyncAdapter.SyncAdapterBinder Property

Definition

public Android.OS.IBinder? SyncAdapterBinder { [Android.Runtime.Register("getSyncAdapterBinder", "()Landroid/os/IBinder;", "")] get; }
[<get: Android.Runtime.Register("getSyncAdapterBinder", "()Landroid/os/IBinder;", "")>]
member this.SyncAdapterBinder : Android.OS.IBinder

Property Value

a reference to the IBinder of the SyncAdapter service.

Attributes

Remarks

Java documentation for android.content.AbstractThreadedSyncAdapter.getSyncAdapterBinder().

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.

Applies to