Supported Platform Flags
This is a list of all supported platforms used in integration blocks’ flags.
Include Platforms
Section titled “Include Platforms”The platforms that the integration block will be included in. If the targetPlatform is not set to "all", the integration block will only be included if the targetPlatform matches one of the include platforms.
| Platform | Flag | Platform | Flag |
|---|---|---|---|
| All | "all" | "reddit" | |
| Android | "android" | Switch | "switch" |
| GX.Games | "gxgames" | Switch 2 | "switch2" |
| HTML5 | "html5" | tvOS | "tvos" |
| iOS | "ios" | Ubuntu | "ubuntu" |
| Linux | "linux" | Windows | "windows" |
| macOS | "mac" | Xbox One | "xboxone" |
| PS4 | "ps4" | Xbox Series X | "xboxseries" |
| PS5 | "ps5" |
Exclude Platforms
Section titled “Exclude Platforms”The platforms that the integration block will be excluded from. If the targetPlatform is set to a specific platform, the integration block will be excluded if the targetPlatform matches one of the exclude platforms. The block will be included if the targetPlatform is set to "all".
| Platform | Flag | Platform | Flag |
|---|---|---|---|
| Exclude Android | "!android" | Exclude Reddit | "!reddit" |
| Exclude GX.Games | "!gxgames" | Exclude Switch | "!switch" |
| Exclude HTML5 | "!html5" | Exclude Switch 2 | "!switch2" |
| Exclude iOS | "!ios" | Exclude tvOS | "!tvos" |
| Exclude Linux | "!linux" | Exclude Ubuntu | "!ubuntu" |
| Exclude macOS | "!mac" | Exclude Windows | "!windows" |
| Exclude PS4 | "!ps4" | Exclude Xbox One | "!xboxone" |
| Exclude PS5 | "!ps5" | Exclude Xbox Series X | "!xboxseries" |