mobileDevicePlatform property
Mobile device platform to which metrics apply. Possible string values are:
- "UNSPECIFIED" : Not specified.
- "UNKNOWN" : Used for return value only. Represents value unknown in this version. Non-mobile and non-desktop devices will fall into this segment.
- "ANDROID" : Android devices.
- "IOS" : iOS devices.
- "OTHER_MOBILE" : Mobile devices that are not Android or iOS devices.
- "DESKTOP" : Desktop devices.
Implementation
core.String? mobileDevicePlatform;