AssistantApiSettingsKidsMode

AI Overview😉

  • The potential purpose of this module is to determine if the device is in "Kids Mode" and to identify the account associated with it. This module seems to be related to parental supervision and content filtering for minors.
  • This module could impact search results by filtering out content that is not suitable for minors when Kids Mode is enabled. It may also prioritize content that is more relevant or safe for children. This could lead to different search results for devices in Kids Mode compared to those without it.
  • To be more favorable for this function, a website could ensure that its content is suitable for minors and is properly labeled or tagged as such. This could include providing clear ratings or age-appropriateness information, as well as ensuring that the content itself does not contain mature themes or explicit material. Additionally, websites could consider providing a "Kids Mode" or "Safe Search" option to help facilitate content filtering.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Kids mode config for the current device. go/aff-parentalsupervision-dd

Attributes

  • kidsModeEnabled (type: boolean(), default: nil) -
  • obfuscatedGaiaId (type: String.t, default: nil) - Identifier of the account currently specified to be used with kids mode.

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.AssistantApiSettingsKidsMode{
  kidsModeEnabled: boolean() | nil,
  obfuscatedGaiaId: 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.