GADPictureInPictureAdPresentationScope
enum GADPictureInPictureAdPresentationScope : NSInteger {}Options for the presentation scope of a Picture-in-Picture (PiP) ad.
-
The Picture-in-Picture ad is scoped to a single screen.
Declaration
Swift
case screen = 0Objective-C
GADPictureInPictureAdPresentationScopeScreen = 0 -
The Picture-in-Picture ad persists globally across the application.
Declaration
Swift
case application = 1Objective-C
GADPictureInPictureAdPresentationScopeApplication = 1