AssistantApiCoreTypesAndroidAppInfoActivityInfo

AI Overview😉

  • The potential purpose of this module is to gather information about the activities within an Android app, specifically those that are currently active and can be launched directly from the app's main interface. This could help Google understand the app's functionality and relevance to a user's search query.
  • This module could impact search results by influencing the ranking of Android apps in search engine results pages (SERPs). Apps with more active and launchable activities may be considered more relevant or useful to users, leading to higher rankings. Additionally, this information could help Google provide more accurate and informative app snippets in search results.
  • To be more favorable for this function, a website may ensure that their Android app has a clear and concise main interface with easily launchable activities. This could involve optimizing the app's architecture and design to make it easier for users to find and access key features. Additionally, app developers may want to ensure that their app's activities are properly tagged with ACTION_MAIN and CATEGORY_LAUNCHER to increase visibility and relevance.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

General information about activities in the app.

Attributes

  • activeLaunchableActivities (type: list(GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesAndroidAppInfoActivityInfoActivity.t), default: nil) - Activities that are currently active and tagged as ACTION_MAIN and CATEGORY_LAUNCHER. Includes the activity corresponding to android_intent if it falls under CATEGORY_LAUNCHER.

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.AssistantApiCoreTypesAndroidAppInfoActivityInfo{
    activeLaunchableActivities:
      [
        GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesAndroidAppInfoActivityInfoActivity.t()
      ]
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.