AdPodInfo

@objc(YMAAdPodInfo)
public protocol AdPodInfo

Describes amount and current position of ad in ad pod.

  1. adsCount
  2. adPosition

adsCount

Total number of ads in the pod.

Declaration

Swift

var adsCount: Int { get }

adPosition

The position of ad within an ad pod.

Declaration

Swift

var adPosition: Int { get }