Share via


WebSyncManager Constructors

Definition

Overloads

WebSyncManager(Context, String)
WebSyncManager(IntPtr, JniHandleOwnership)

WebSyncManager(Context, String)

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Ljava/lang/String;)V", "")]
protected WebSyncManager (Android.Content.Context? context, string? name);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Ljava/lang/String;)V", "")>]
new Android.Webkit.WebSyncManager : Android.Content.Context * string -> Android.Webkit.WebSyncManager

Parameters

context
Context
name
String
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.

Applies to

WebSyncManager(IntPtr, JniHandleOwnership)

protected WebSyncManager (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Webkit.WebSyncManager : nativeint * Android.Runtime.JniHandleOwnership -> Android.Webkit.WebSyncManager

Parameters

javaReference
IntPtr

nativeint

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.

Applies to