AssistantApiScreenCapabilitiesMask

AI Overview😉

  • The potential purpose of this module is to determine the visible regions of a physical device's screen, likely for mobile devices. It creates a mask to identify areas that are not visible, such as notches, holes, or rounded corners, to ensure a better user experience.
  • This module could impact search results by influencing how content is displayed and ranked on mobile devices. It may prioritize content that is optimized for mobile screens, taking into account the physical limitations of the device. This could lead to a better user experience, but may also affect the ranking of websites that are not mobile-friendly.
  • To be more favorable for this function, a website could ensure that its content is optimized for mobile devices, with responsive design and layouts that adapt to different screen sizes and shapes. This could include using mobile-friendly frameworks, designing for common screen notches and holes, and testing content on a variety of mobile devices.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.AssistantApiScreenCapabilitiesMask (google_api_content_warehouse v0.4.0)

A mask applied to the screen's pixel space to determine regions not visible on the physical device.

Attributes

  • type (type: String.t, default: nil) -

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiScreenCapabilitiesMask{
  type: String.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.