TtsSpan.Args Property
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.
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
The bundle of the arguments set.
- Attributes
Remarks
Returns a bundle of the arguments set.
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.