Enum BillingPlatformIdentifier
A set of values that indicate upon which platform the request was issued.
Namespace: Google.Maps.FleetEngine.V1
Assembly: Google.Maps.FleetEngine.V1.dll
Syntax
public enum BillingPlatformIdentifier
Fields
| Name | Description |
|---|---|
| Android | The platform is an Android mobile device. |
| Ios | The platform is an IOS mobile device. |
| Others | Other platforms that are not listed in this enumeration. |
| Server | The platform is a client server. |
| Unspecified | Default. Used for unspecified platforms. |
| Web | The platform is a web browser. |