InputMethodSubtype.GetExtraValueOf(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("getExtraValueOf", "(Ljava/lang/String;)Ljava/lang/String;", "")]
public string? GetExtraValueOf (string? key);
[<Android.Runtime.Register("getExtraValueOf", "(Ljava/lang/String;)Ljava/lang/String;", "")>]
member this.GetExtraValueOf : string -> string

Parameters

key
String

The key of extra value

Returns

The value of the specified key

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.getExtraValueOf(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