Language

ShowFlags Enum

Definition

public enum ShowFlags
type ShowFlags = 
Inheritance
ShowFlags

Fields

Name Value Description
WithAssist 1
WithScreenshot 2
SourceAssistGesture 4
SourceApplication 8
SourceActivity 16
SourcePushToTalk 32
SourceNotification 64
SourceAutomotiveSystemUi 128
ShowWithAssistStructureScreenContent 256

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.

Remarks

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