---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://appmetrica.yandex.com/docs/en/sdk/ios/analytics/objectivec/AMAAdType.md
  - https://appmetrica.yandex.com/docs/ru/sdk/ios/analytics/objectivec/AMAAdType.md
---
> **Documentation Index:** Fetch the complete configuration index at https://appmetrica.yandex.com/docs/ru/llms.txt

# AMAAdType

Содержит значения рекламных типов (AdType).

## Перечисления {#enum_summary}

#|
|| [AMAAdType](#enum_AMAAdType) | Типы рекламы. ||
|#

## Описание перечислений {#enum_detail}

### AMAAdType {#enum_AMAAdType}

```objectivec translate=no
typedef NS_ENUM(NSUInteger, AMAAdType) {
    AMAAdTypeUnknown = 0,
    AMAAdTypeNative = 1,
    AMAAdTypeBanner = 2,
    AMAAdTypeRewarded = 3,
    AMAAdTypeInterstitial = 4,
    AMAAdTypeMrec = 5,
    AMAAdTypeOther = 6,
};
```
