Retrieve the input extras currently associated with the text view, which
can be viewed as well as modified.
Syntax
[Android.Runtime.Register("getInputExtras", "(Z)Landroid/os/Bundle;", "GetGetInputExtras_ZHandler")]
public virtual
Android.OS.Bundle GetInputExtras (
bool create)
See Also
Parameters
- create
- If true, the extras will be created if they don't already
exist. Otherwise, null will be returned if none have been created.
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3