Language

TtsSpan.SemioticClassBuilder.SetMultiplicity(String) Method

Definition

Sets the multiplicity information for this instance.

[Android.Runtime.Register("setMultiplicity", "(Ljava/lang/String;)Landroid/text/style/TtsSpan$SemioticClassBuilder;", "GetSetMultiplicity_Ljava_lang_String_Handler")]
public virtual Java.Lang.Object? SetMultiplicity(string? multiplicity);
[<Android.Runtime.Register("setMultiplicity", "(Ljava/lang/String;)Landroid/text/style/TtsSpan$SemioticClassBuilder;", "GetSetMultiplicity_Ljava_lang_String_Handler")>]
abstract member SetMultiplicity : string -> Java.Lang.Object
override this.SetMultiplicity : string -> Java.Lang.Object

Parameters

multiplicity
String

Can be any of TtsSpan.MULTIPLICITY_SINGLE, TtsSpan.MULTIPLICITY_DUAL and TtsSpan.MULTIPLICITY_PLURAL.

Returns

This instance.

Attributes

Remarks

Sets the multiplicity information for this instance.

Android reference for android.text.style.TtsSpan.SemioticClassBuilder.setMultiplicity.

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