Language

Intent.ExtraAssistDisplayId Field

Definition

An optional field on ACTION_ASSIST containing the display id that should be used to invoke the assist.

[Android.Runtime.Register("EXTRA_ASSIST_DISPLAY_ID", ApiSince=37)]
public const string ExtraAssistDisplayId;
[<Android.Runtime.Register("EXTRA_ASSIST_DISPLAY_ID", ApiSince=37)>]
val mutable ExtraAssistDisplayId : string

Field Value

Implements

Attributes

Remarks

An optional field on ACTION_ASSIST containing the display id that should be used to invoke the assist. If not set, invoke the assist on the default display is suggested.

Android reference for android.content.Intent.EXTRA_ASSIST_DISPLAY_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