Share via


PluralRules.GetUniqueKeywordValue(String) Method

Definition

Returns the unique value that this keyword matches, or #NO_UNIQUE_VALUE if the keyword matches multiple values or is not defined for this PluralRules.

[Android.Runtime.Register("getUniqueKeywordValue", "(Ljava/lang/String;)D", "GetGetUniqueKeywordValue_Ljava_lang_String_Handler", ApiSince=24)]
public virtual double GetUniqueKeywordValue (string? keyword);
[<Android.Runtime.Register("getUniqueKeywordValue", "(Ljava/lang/String;)D", "GetGetUniqueKeywordValue_Ljava_lang_String_Handler", ApiSince=24)>]
abstract member GetUniqueKeywordValue : string -> double
override this.GetUniqueKeywordValue : string -> double

Parameters

keyword
String

the keyword to check for a unique value

Returns

The unique value for the keyword, or NO_UNIQUE_VALUE.

Attributes

Remarks

Returns the unique value that this keyword matches, or #NO_UNIQUE_VALUE if the keyword matches multiple values or is not defined for this PluralRules.

Java documentation for android.icu.text.PluralRules.getUniqueKeywordValue(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