osType property

String? osType
getter/setter pair

The operating system targeted by this URL.

Required. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "IOS" : The Apple IOS operating system.
  • "ANDROID" : The Android operating system.

Implementation

core.String? osType;