GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantAccessoryV1ScreenOutConfigDimensions
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
This contains physical and logical characteristics about the device (e.g. screen size and DPI, etc).
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
screenDpi
(type:number()
, default:nil
)
- Dots (pixels) per inch of the screen. -
screenHeightPx
(type:integer()
, default:nil
)
- Height of the device's screen in pixels. If 0 or not specified, it's assumed to be the same as screen_width_px. For a square or round screen, it's recommended to leave this field empty as a bandwidth optimization. -
screenShape
(type:String.t
, default:nil
)
- The shape of the device's screen -
screenWidthPx
(type:integer()
, default:nil
)
- Width of the device's screen in pixels.
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantAccessoryV1ScreenOutConfigDimensions