DateSorter Constructors

Definition

Overloads

DateSorter(Context)
DateSorter(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

DateSorter(Context)

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")]
public DateSorter (Android.Content.Context? context);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")>]
new Android.Webkit.DateSorter : Android.Content.Context -> Android.Webkit.DateSorter

Parameters

context
Context

Application context

Attributes

Remarks

Java documentation for android.webkit.DateSorter.DateSorter(android.content.Context).

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

DateSorter(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

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

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

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