GADAdChoicesPosition
enum GADAdChoicesPosition : NSInteger {}Position of the AdChoices icon in the containing ad.
- 
                  
                  
< Top right corner.
Declaration
Swift
case topRightCorner = 0Objective-C
GADAdChoicesPositionTopRightCorner - 
                  
                  
< Top left corner.
Declaration
Swift
case topLeftCorner = 1Objective-C
GADAdChoicesPositionTopLeftCorner - 
                  
                  
< Bottom right corner.
Declaration
Swift
case bottomRightCorner = 2Objective-C
GADAdChoicesPositionBottomRightCorner - 
                  
                  
< Bottom Left Corner.
Declaration
Swift
case bottomLeftCorner = 3Objective-C
GADAdChoicesPositionBottomLeftCorner