Enum Type
The type of the selected item.
Signature
export enum Type
Members
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-17 UTC.
[null,null,["Last updated 2024-09-17 UTC."],[[["`Type` is an exported enum used to define the type of a selected item."],["It includes `DOCUMENT`, `PHOTO`, and `VIDEO` as its members, each with its own detailed documentation."],["The purpose of this enum is to categorize and manage different types of selected items within an application or system."]]],["The `Type` enum defines the possible types of items that can be selected. These types are: `DOCUMENT`, representing a document file; `PHOTO`, indicating a photographic image; and `VIDEO`, signifying a video file. These options allow for the categorization of selected items based on their fundamental media type.\n"]]