GoogleMobileAds Framework Reference

GADAdChoicesPosition

enum GADAdChoicesPosition : Int

Position of the AdChoices icon in the containing ad.

  • < Top right corner.

    Declaration

    Swift

    case topRightCorner = 0
  • < Top left corner.

    Declaration

    Swift

    case topLeftCorner = 1
  • < Bottom right corner.

    Declaration

    Swift

    case bottomRightCorner = 2
  • < Bottom Left Corner.

    Declaration

    Swift

    case bottomLeftCorner = 3