Intent.ExtraAssistInputDeviceId Field

Definition

An optional field on #ACTION_ASSIST containing the InputDevice id that was used to invoke the assist.

[Android.Runtime.Register("EXTRA_ASSIST_INPUT_DEVICE_ID", ApiSince=23)]
public const string ExtraAssistInputDeviceId;
[<Android.Runtime.Register("EXTRA_ASSIST_INPUT_DEVICE_ID", ApiSince=23)>]
val mutable ExtraAssistInputDeviceId : string

Field Value

Implements

Attributes

Remarks

An optional field on #ACTION_ASSIST containing the InputDevice id that was used to invoke the assist.

Java documentation for android.content.Intent.EXTRA_ASSIST_INPUT_DEVICE_ID.

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