Condividi tramite


DateKeyListener Constructors

Definition

Overloads

DateKeyListener()

This member is deprecated.

DateKeyListener(Locale)
DateKeyListener(IntPtr, JniHandleOwnership)

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

DateKeyListener()

This member is deprecated.

[Android.Runtime.Register(".ctor", "()V", "")]
public DateKeyListener ();
Attributes

Remarks

This member is deprecated. Use #DateKeyListener(Locale) instead.

Java documentation for android.text.method.DateKeyListener.DateKeyListener().

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

DateKeyListener(Locale)

[Android.Runtime.Register(".ctor", "(Ljava/util/Locale;)V", "", ApiSince=26)]
public DateKeyListener (Java.Util.Locale? locale);
[<Android.Runtime.Register(".ctor", "(Ljava/util/Locale;)V", "", ApiSince=26)>]
new Android.Text.Method.DateKeyListener : Java.Util.Locale -> Android.Text.Method.DateKeyListener

Parameters

locale
Locale
Attributes

Remarks

Java documentation for android.text.method.DateKeyListener.DateKeyListener().

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

DateKeyListener(IntPtr, JniHandleOwnership)

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

protected DateKeyListener (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Text.Method.DateKeyListener : nativeint * Android.Runtime.JniHandleOwnership -> Android.Text.Method.DateKeyListener

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