INPUT_OBJECT

AdRequestClientContext

The context of the Client when the ad request is about to be made.

link GraphQL Schema definition

1input AdRequestClientContext {
4
2# If the client is in audio only mode.
3isAudioOnly: Boolean!
7
5# If the client is in mini theater mode.
6isMiniTheater: Boolean!
10
8# If the client is in Picture in Picture mode.
9isPIP: Boolean!
13
11# If the client is broadcasting to an external device (i.e. Chromecast, Airplay).
12isUsingExternalPlayback: Boolean!
16
14# App that the client is using.
15clientApp: String
19
17# Version of the app.
18appVersion: String
20}