MetaKeyKeyListener.IsSelectingMetaTracker Method

Definition

Overloads

IsSelectingMetaTracker(String, Object)

Returns true if this object is one that this class would use to keep track of the selecting meta state in the specified text.

IsSelectingMetaTracker(ICharSequence, Object)

Returns true if this object is one that this class would use to keep track of the selecting meta state in the specified text.

IsSelectingMetaTracker(String, Object)

Returns true if this object is one that this class would use to keep track of the selecting meta state in the specified text.

public static bool IsSelectingMetaTracker (string? text, Java.Lang.Object? what);
static member IsSelectingMetaTracker : string * Java.Lang.Object -> bool

Parameters

text
String
what
Object

Returns

Remarks

Returns true if this object is one that this class would use to keep track of the selecting meta state in the specified text.

Java documentation for android.text.method.MetaKeyKeyListener.isSelectingMetaTracker(java.lang.CharSequence, java.lang.Object).

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

IsSelectingMetaTracker(ICharSequence, Object)

Returns true if this object is one that this class would use to keep track of the selecting meta state in the specified text.

[Android.Runtime.Register("isSelectingMetaTracker", "(Ljava/lang/CharSequence;Ljava/lang/Object;)Z", "")]
public static bool IsSelectingMetaTracker (Java.Lang.ICharSequence? text, Java.Lang.Object? what);
[<Android.Runtime.Register("isSelectingMetaTracker", "(Ljava/lang/CharSequence;Ljava/lang/Object;)Z", "")>]
static member IsSelectingMetaTracker : Java.Lang.ICharSequence * Java.Lang.Object -> bool

Parameters

what
Object

Returns

Attributes

Remarks

Returns true if this object is one that this class would use to keep track of the selecting meta state in the specified text.

Java documentation for android.text.method.MetaKeyKeyListener.isSelectingMetaTracker(java.lang.CharSequence, java.lang.Object).

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