Resource.Attribute.UsesAssistData 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.
Flag indicating whether this voice interaction service uses assist data when available.
[Android.Runtime.Register("usesAssistData", ApiSince=37)]
public const int UsesAssistData = 16844465;
[<Android.Runtime.Register("usesAssistData", ApiSince=37)>]
val mutable UsesAssistData : int
Field Value
Value = 16844465- Attributes
Remarks
Flag indicating whether this voice interaction service uses assist data when available. By default, this value is false.
May be a boolean value, such as "true" or "false".
Android reference for android.R.attr.usesAssistData.
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.