InputMethodSubtype.ContainsExtraValueKey(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.