TtsSpan.Args Property

Definition

Returns a bundle of the arguments set.

public virtual Android.OS.PersistableBundle? Args { [Android.Runtime.Register("getArgs", "()Landroid/os/PersistableBundle;", "GetGetArgsHandler")] get; }
[<get: Android.Runtime.Register("getArgs", "()Landroid/os/PersistableBundle;", "GetGetArgsHandler")>]
member this.Args : Android.OS.PersistableBundle

Property Value

PersistableBundle

The bundle of the arguments set.

Attributes

Remarks

Java documentation for android.text.style.TtsSpan.getArgs().

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