AI-generated Key Takeaways
-
The MobileApp resource provides information about a mobile application, acting as a landing page deep link.
-
It includes details such as the app's ID, title, directory, publisher name, and a fixed kind value.
-
Mobile apps can be sourced from various directories, including Apple App Store, Google Play Store, and others, indicated by the
directory
field. -
You can retrieve individual mobile app details using the
get
method or a list of available mobile apps using thelist
method.
Resource: MobileApp
Contains information about a mobile app. Used as a landing page deep link.
JSON representation |
---|
{
"id": string,
"title": string,
"directory": enum ( |
Fields | |
---|---|
id |
ID of this mobile app. |
title |
Title of this mobile app. |
directory |
Mobile app directory. |
publisherName |
Publisher name. |
kind |
Identifies what kind of resource this is. Value: the fixed string
. |
Directory
Enums | |
---|---|
UNKNOWN |
|
APPLE_APP_STORE |
|
GOOGLE_PLAY_STORE |
|
ROKU_APP_STORE |
|
AMAZON_FIRETV_APP_STORE |
|
PLAYSTATION_APP_STORE |
|
APPLE_TV_APP_STORE |
|
XBOX_APP_STORE |
|
SAMSUNG_TV_APP_STORE |
|
ANDROID_TV_APP_STORE |
|
GENERIC_CTV_APP_STORE |
Methods |
|
---|---|
|
Gets one mobile app by ID. |
|
Retrieves list of available mobile apps. |