● Meta
- You need to add MediaView to the layout (except for native banner ads that use self-rendering).
- You need to add AdIconView to the layout.
- The Meta icon must not be obscured and can be set via
ATNativePrepareInfo#setChoiceViewLayoutParams()
.
● Vungle
- You need to add MediaView to the layout.
- You need to add AdIconView to the layout.
● Pangle
- When creating ATNativeAdView, you need to use an Activity.
● Bigo
- When the returned AdIconView is not null, it needs to be added to the layout.
● Yandex
- For details, please refer to: Yandex Native ad assets
- When
ATNativeMaterial#getDomain()
is not empty, you need to add the text to the layout and callATNativePrepareInfo#setDomainView()
to bind it.- When
ATNativeMaterial#getWarning()
is not empty, you need to add the text to the layout and callATNativePrepareInfo#setWarningView()
to bind it.- When
ATNativeMaterial#getAdFrom()
is not empty, you need to add the text to the layout and callATNativePrepareInfo#setAdFrom()
to bind it.