TextView.GetInputExtras(Boolean) 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.
Retrieve the input extras currently associated with the text view, which can be viewed as well as modified.
[Android.Runtime.Register("getInputExtras", "(Z)Landroid/os/Bundle;", "GetGetInputExtras_ZHandler")]
public virtual Android.OS.Bundle? GetInputExtras (bool create);
[<Android.Runtime.Register("getInputExtras", "(Z)Landroid/os/Bundle;", "GetGetInputExtras_ZHandler")>]
abstract member GetInputExtras : bool -> Android.OS.Bundle
override this.GetInputExtras : bool -> Android.OS.Bundle
Parameters
- create
- Boolean
If true, the extras will be created if they don't already exist. Otherwise, null will be returned if none have been created.
Returns
- Attributes
Remarks
Retrieve the input extras currently associated with the text view, which can be viewed as well as modified.
Java documentation for android.widget.TextView.getInputExtras(boolean)
.
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.