InputFilterAllCaps Constructors

Definition

Overloads

InputFilterAllCaps()
InputFilterAllCaps(Locale)

Constructs a locale-specific AllCaps filter, to make sure capitalization rules of that locale are used for transforming the sequence.

InputFilterAllCaps(IntPtr, JniHandleOwnership)

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

InputFilterAllCaps()

[Android.Runtime.Register(".ctor", "()V", "")]
public InputFilterAllCaps ();
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

InputFilterAllCaps(Locale)

Constructs a locale-specific AllCaps filter, to make sure capitalization rules of that locale are used for transforming the sequence.

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

Parameters

locale
Locale
Attributes

Remarks

Constructs a locale-specific AllCaps filter, to make sure capitalization rules of that locale are used for transforming the sequence.

Java documentation for android.text.InputFilter.AllCaps.InputFilter$AllCaps(java.util.Locale).

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

InputFilterAllCaps(IntPtr, JniHandleOwnership)

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

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

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