SyncRequest.Builder Constructors
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.
Overloads
| Name | Description |
|---|---|
| SyncRequest.Builder() |
Creates a builder for a synchronization request. |
| SyncRequest.Builder(IntPtr, JniHandleOwnership) |
Initializes a managed wrapper around an existing Java instance. |
SyncRequest.Builder()
Creates a builder for a synchronization request.
[Android.Runtime.Register(".ctor", "()V", "")]
public Builder();
- 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.SyncRequest.Builder.Builder().
Applies to
SyncRequest.Builder(IntPtr, JniHandleOwnership)
Initializes a managed wrapper around an existing Java instance.
protected Builder(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Content.SyncRequest.Builder : nativeint * Android.Runtime.JniHandleOwnership -> Android.Content.SyncRequest.Builder
Parameters
- javaReference
-
IntPtr
nativeint
The JNI reference for the Java instance.
- transfer
- JniHandleOwnership
The ownership transfer mode for the JNI reference.
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.