Share via


TextAttribute.Extras Property

Definition

Get the extras data.

public Android.OS.PersistableBundle Extras { [Android.Runtime.Register("getExtras", "()Landroid/os/PersistableBundle;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getExtras", "()Landroid/os/PersistableBundle;", "", ApiSince=33)>]
member this.Extras : Android.OS.PersistableBundle

Property Value

Extras data. If the Bundle is empty, it means that IME not set this field or IME didn't have extras data.

Attributes

Remarks

Get the extras data. More extras data details in Builder#setExtras(PersistableBundle).

Java documentation for android.view.inputmethod.TextAttribute.getExtras().

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