VoiceInteractionSession.ShowWithAssistStructureScreenContent 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.
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.
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.