TtsSpan.Builder.SetIntArgument(String, Int32) 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.
Sets an argument to an int value.
[Android.Runtime.Register("setIntArgument", "(Ljava/lang/String;I)Landroid/text/style/TtsSpan$Builder;", "GetSetIntArgument_Ljava_lang_String_IHandler")]
public virtual Java.Lang.Object? SetIntArgument(string? arg, int value);
[<Android.Runtime.Register("setIntArgument", "(Ljava/lang/String;I)Landroid/text/style/TtsSpan$Builder;", "GetSetIntArgument_Ljava_lang_String_IHandler")>]
abstract member SetIntArgument : string * int -> Java.Lang.Object
override this.SetIntArgument : string * int -> Java.Lang.Object
Parameters
- arg
- String
The argument name.
- value
- Int32
The value the argument should be set to.
Returns
- Attributes
Remarks
Sets an argument to an int value.
Android reference for android.text.style.TtsSpan.Builder.setIntArgument.
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.