Language

VoiceInteractionSession.ShowWithAssistStructureScreenContent Field

Definition

Caution

This constant will be removed in the future version. Use Android.Service.Voice.ShowFlags enum directly instead of this field.

Flag received in #onShow: originator requested that the session be started with included screen content in the AssistStructure.

[Android.Runtime.Register("SHOW_WITH_ASSIST_STRUCTURE_SCREEN_CONTENT", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Service.Voice.ShowFlags enum directly instead of this field.", true)]
public const Android.Service.Voice.ShowFlags ShowWithAssistStructureScreenContent = 256;
[<Android.Runtime.Register("SHOW_WITH_ASSIST_STRUCTURE_SCREEN_CONTENT", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Service.Voice.ShowFlags enum directly instead of this field.", true)>]
val mutable ShowWithAssistStructureScreenContent : Android.Service.Voice.ShowFlags

Field Value

Value = 256
Attributes

Remarks

Flag received in onShow(Bundle, int): originator requested that the session be started with included screen content in the AssistStructure. NOTE: This flag must be passed along with SHOW_WITH_ASSIST or it will have no effect, as the new session will not receive any assist data, and thus no AssistStructure will be included.

Android reference for android.service.voice.VoiceInteractionSession.SHOW_WITH_ASSIST_STRUCTURE_SCREEN_CONTENT.

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