AI-generated Key Takeaways
-
MobileApplicationPlatform
defines the operating system a mobile application runs on, such as Android, iOS, or various Smart TV platforms. -
This enumeration includes values like
ANDROID
,IOS
,ROKU
,AMAZON_FIRETV
,PLAYSTATION
,XBOX
,SAMSUNG_TV
, andLG_TV
, alongside anUNKNOWN
value for unexposed platforms. -
It is part of the
MobileApplicationService
and is used to specify the platform for aMobileApplication
object within the Google Ad Manager API.
A platform a MobileApplication can run on.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |
ANDROID
|
|
IOS
|
|
ROKU
|
|
AMAZON_FIRETV
|
|
PLAYSTATION
|
|
XBOX
|
|
SAMSUNG_TV
|
|
LG_TV
|