Intent.ExtraAssistInputHintKeyboard Field
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.
An optional field on #ACTION_ASSIST
suggesting that the user will likely use a
keyboard as the primary input device for assistance.
[Android.Runtime.Register("EXTRA_ASSIST_INPUT_HINT_KEYBOARD")]
public const string ExtraAssistInputHintKeyboard;
[<Android.Runtime.Register("EXTRA_ASSIST_INPUT_HINT_KEYBOARD")>]
val mutable ExtraAssistInputHintKeyboard : string
Field Value
Implements
- Attributes
Remarks
An optional field on #ACTION_ASSIST
suggesting that the user will likely use a keyboard as the primary input device for assistance.
Java documentation for android.content.Intent.EXTRA_ASSIST_INPUT_HINT_KEYBOARD
.
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.