View Source GoogleApi.AndroidEnterprise.V1.Model.StoreLayout (google_api_android_enterprise v0.26.0)

General setting for the managed Google Play store layout, currently only specifying the page to display the first time the store is opened.

Attributes

  • homepageId (type: String.t, default: nil) - The ID of the store page to be used as the homepage. The homepage is the first page shown in the managed Google Play Store. Not specifying a homepage is equivalent to setting the store layout type to "basic".
  • storeLayoutType (type: String.t, default: nil) - The store layout type. By default, this value is set to "basic" if the homepageId field is not set, and to "custom" otherwise. If set to "basic", the layout will consist of all approved apps that have been whitelisted for the user.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidEnterprise.V1.Model.StoreLayout{
  homepageId: String.t() | nil,
  storeLayoutType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.