MetaKeyKeyListener.IsMetaTracker Method

Definition

Overloads

IsMetaTracker(ICharSequence, Object)

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

IsMetaTracker(String, Object)

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

IsMetaTracker(ICharSequence, Object)

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

[Android.Runtime.Register("isMetaTracker", "(Ljava/lang/CharSequence;Ljava/lang/Object;)Z", "")]
public static bool IsMetaTracker (Java.Lang.ICharSequence? text, Java.Lang.Object? what);
[<Android.Runtime.Register("isMetaTracker", "(Ljava/lang/CharSequence;Ljava/lang/Object;)Z", "")>]
static member IsMetaTracker : 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 any meta state in the specified text.

Java documentation for android.text.method.MetaKeyKeyListener.isMetaTracker(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

IsMetaTracker(String, Object)

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

public static bool IsMetaTracker (string? text, Java.Lang.Object? what);
static member IsMetaTracker : 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 any meta state in the specified text.

Java documentation for android.text.method.MetaKeyKeyListener.isMetaTracker(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