ENUM

AdPlatform

AdPlatform describes the type of device.

link GraphQL Schema definition

1enum AdPlatform {
2
3# Ios iphone app.
4IOS_PHONE
5
6# Ios tablet app.
7IOS_TABLET
8
9# Android phone app.
10ANDROID_PHONE
11
12# Android tablet app.
13ANDROID_TABLET
14}