Compartir a través de


LoginFilter.UsernameFilterGeneric Constructors

Definition

Overloads

LoginFilter.UsernameFilterGeneric()
LoginFilter.UsernameFilterGeneric(Boolean)
LoginFilter.UsernameFilterGeneric(IntPtr, JniHandleOwnership)

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

LoginFilter.UsernameFilterGeneric()

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

LoginFilter.UsernameFilterGeneric(Boolean)

[Android.Runtime.Register(".ctor", "(Z)V", "")]
public UsernameFilterGeneric (bool appendInvalid);
[<Android.Runtime.Register(".ctor", "(Z)V", "")>]
new Android.Text.LoginFilter.UsernameFilterGeneric : bool -> Android.Text.LoginFilter.UsernameFilterGeneric

Parameters

appendInvalid
Boolean
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

LoginFilter.UsernameFilterGeneric(IntPtr, JniHandleOwnership)

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

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

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