---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://appmetrica.yandex.by/docs/en/sdk/ios/analytics/objectivec/AMAAdType.md
  - https://appmetrica.yandex.by/docs/ru/sdk/ios/analytics/objectivec/AMAAdType.md
  - href: ru/sdk/ios/analytics/objectivec/AMAAdType.md
    type: text/markdown
    title: Markdown version
  - href: ../../../../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://appmetrica.yandex.by/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,
};
```
