ShowFlags Enum
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.
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. 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.