次の方法で共有


DateTimeKeyListener Constructors

Definition

Overloads

DateTimeKeyListener()

This member is deprecated.

DateTimeKeyListener(Locale)
DateTimeKeyListener(IntPtr, JniHandleOwnership)

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

DateTimeKeyListener()

This member is deprecated.

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

Remarks

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

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

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

DateTimeKeyListener(Locale)

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

Parameters

locale
Locale
Attributes

Remarks

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

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

DateTimeKeyListener(IntPtr, JniHandleOwnership)

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

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

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