언어

Resource.Attribute.UsesAssistStructureScreenContent Field

Definition

Flag indicating whether this voice interaction service uses the assist structure screen content when available.

[Android.Runtime.Register("usesAssistStructureScreenContent", ApiSince=37)]
public const int UsesAssistStructureScreenContent = 16844467;
[<Android.Runtime.Register("usesAssistStructureScreenContent", ApiSince=37)>]
val mutable UsesAssistStructureScreenContent : int

Field Value

Value = 16844467
Attributes

Remarks

Flag indicating whether this voice interaction service uses the assist structure screen content when available. By default, this value is false.

May be a boolean value, such as "true" or "false".

Android reference for android.R.attr.usesAssistStructureScreenContent.

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