AI-generated Key Takeaways
-
The
PlatformType
enum defines various platforms like Windows, Linux, Android, macOS, iOS, and Chrome where a threat can be posed. -
ANY_PLATFORM
signifies a threat to at least one platform whileALL_PLATFORMS
indicates a threat to all defined platforms. -
PLATFORM_TYPE_UNSPECIFIED
represents an unknown platform.
Types of platforms.
Enums | |
---|---|
PLATFORM_TYPE_UNSPECIFIED |
Unknown platform. |
WINDOWS |
Threat posed to Windows. |
LINUX |
Threat posed to Linux. |
ANDROID |
Threat posed to Android. |
OSX |
Threat posed to OS X. |
IOS |
Threat posed to iOS. |
ANY_PLATFORM |
Threat posed to at least one of the defined platforms. |
ALL_PLATFORMS |
Threat posed to all defined platforms. |
CHROME |
Threat posed to Chrome. |