---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.2
alternate:
  - https://appmetrica.yandex.by/docs/en/sdk/ios/analytics/swift/AdType.md
  - https://appmetrica.yandex.by/docs/ru/sdk/ios/analytics/swift/AdType.md
  - href: ru/sdk/ios/analytics/swift/AdType.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

# AdType

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

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

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

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

### AdType {#enum_AdType}

```swift translate=no
enum AdType: Int {
    case unknown = 0
    case native = 1
    case banner = 2
    case rewarded = 3
    case interstitial = 4
    case mrec = 5
    case other = 6
}
```
