Enum member Thumbnail.WIDTH
Signature
WIDTH = 'width'
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."],[[["The code snippet defines a constant variable named `WIDTH` and assigns it the string value 'width'."],["This constant is likely used within a larger program or system to represent the concept of width, potentially for UI elements, image dimensions, or other graphical or spatial contexts."]]],["The provided content defines a single constant: `WIDTH`. This constant is assigned the string value 'width'. It represents a key or identifier, likely intended for use within a larger data structure or application where the concept of \"width\" is relevant. This is presented as a signature for subsequent use.\n"]]