platform property
Requested platform. Possible string values are:
- "DYNAMIC_LINK_PLATFORM_UNSPECIFIED" : Unspecified platform.
- "ANDROID" : Represents Android platform. All apps and browsers on Android are classfied in this category.
- "IOS" : Represents iOS platform. All apps and browsers on iOS are classfied in this category.
- "DESKTOP" : Represents desktop.
- "OTHER" : Platforms are not categorized as Android/iOS/Destop fall into here.
Implementation
core.String? platform;