GoogleAssistantAccessoryV1ScreenOutConfig

GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantAccessoryV1ScreenOutConfig


Table of Contents ▼

Jump to a specific part of the page:

Description

Specifies the desired format for the server to use when it returns screen_out response.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. dimensions (type: GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantAccessoryV1ScreenOutConfigDimensions, default: nil)
    - Device dimensions.
  2. fontScaleFactor (type: number(), default: nil)
    - The scale factor used to convert Scalable Pixel (SP) units to Density-independent Pixel (DP) units (DP = SP * scale factor). Fonts are measured in units of SP, and on some platforms such as Android the SP to DP scale factor can be affected by the font size a user selects in accessibility settings.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantAccessoryV1ScreenOutConfig{
dimensions: GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantAccessoryV1ScreenOutConfigDimensions.t() | nil,
fontScaleFactor: number() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantAccessoryV1ScreenOutConfig