lpw
2024-06-28 6b1d9ec423fd92dbed26cb421e7dec7b5dc9e0ee
commit | author | age
96fe76 1 //
L 2 //  GADNativeAdViewAdOptions.h
3 //  Google Mobile Ads SDK
4 //
5 //  Copyright 2023 Google LLC. All rights reserved.
6 //
7
8 #import <Foundation/Foundation.h>
9
10 /// Position of the AdChoices icon in the containing ad.
11 typedef NS_ENUM(NSInteger, GADAdChoicesPosition) {
12   GADAdChoicesPositionTopRightCorner,     ///< Top right corner.
13   GADAdChoicesPositionTopLeftCorner,      ///< Top left corner.
14   GADAdChoicesPositionBottomRightCorner,  ///< Bottom right corner.
15   GADAdChoicesPositionBottomLeftCorner    ///< Bottom Left Corner.
16 };