AdPodInfo

@objc(YMAAdPodInfo)
public protocol AdPodInfo

Describes amount and current position of ad in ad pod.

  • Total number of ads in the pod.

    Declaration

    Swift

    var adsCount: Int { get }
  • The position of ad within an ad pod.

    Declaration

    Swift

    var adPosition: Int { get }