AppUrlOperatingSystemType

  • This content describes various operating systems, including unspecified, unknown, iOS, and Android.

  • The UNSPECIFIED enum indicates an operating system that has not been specified.

  • The UNKNOWN enum is used as a return value for operating systems not recognized in the current version.

  • The IOS enum represents Apple's mobile operating system.

  • The ANDROID enum represents Google's mobile operating system.

Operating System

Enums

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.