Share via


InputMethodSubtype.ContainsExtraValueKey(String) Method

Definition

The string of ExtraValue in subtype should be defined as follows: example: key0,key1=value1,key2,key3,key4=value4

[Android.Runtime.Register("containsExtraValueKey", "(Ljava/lang/String;)Z", "")]
public bool ContainsExtraValueKey (string? key);
[<Android.Runtime.Register("containsExtraValueKey", "(Ljava/lang/String;)Z", "")>]
member this.ContainsExtraValueKey : string -> bool

Parameters

key
String

The key of extra value

Returns

The subtype contains specified the extra value

Attributes

Remarks

The string of ExtraValue in subtype should be defined as follows: example: key0,key1=value1,key2,key3,key4=value4

Java documentation for android.view.inputmethod.InputMethodSubtype.containsExtraValueKey(java.lang.String).

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