EmbedsPackagingServiceClient

GoogleApi.ContentWarehouse.V1.Model.EmbedsPackagingServiceClient


Table of Contents ▼

Jump to a specific part of the page:

Description

Developers register a client in Google API Console to get the deep-linking feature on Google+ posts or frames about their apps. The client data is stored in this proto.

Attributes List

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

View Attributes

Attributes

  1. androidPackageName (type: String.t, default: nil)
    - Android app's package name to generate the deep-link URI.
  2. iosAppStoreId (type: String.t, default: nil)
    - iOS app's App Store ID to generate the App Store URL when app is not installed on device.
  3. iosBundleId (type: String.t, default: nil)
    - iOS app's bundle ID to generate the deep-link URI.
  4. type (type: String.t, default: nil)
    - Type of Google API Console client.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.EmbedsPackagingServiceClient{
androidPackageName: String.t() | nil,
iosAppStoreId: String.t() | nil,
iosBundleId: String.t() | nil,
type: String.t() | nil
}

Function

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

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