TtsSpan.ArgMultiplicity Field
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.
String argument supplying multiplicity information.
[Android.Runtime.Register("ARG_MULTIPLICITY")]
public const string ArgMultiplicity;
[<Android.Runtime.Register("ARG_MULTIPLICITY")>]
val mutable ArgMultiplicity : string
Field Value
Implements
- Attributes
Remarks
String argument supplying multiplicity information. Can be any of #MULTIPLICITY_SINGLE
, #MULTIPLICITY_DUAL
and #MULTIPLICITY_PLURAL
Java documentation for android.text.style.TtsSpan.ARG_MULTIPLICITY
.
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.