GoogleMobileAds Framework Reference

GADNativeAdImageAdLoaderOptionsOrientation

enum GADNativeAdImageAdLoaderOptionsOrientation : Int

Native ad image orientation preference.

  • any

    < No orientation preference.

    Declaration

    Swift

    case any = 1
  • < Prefer portrait images.

    Declaration

    Swift

    case portrait = 2
  • < Prefer landscape images.

    Declaration

    Swift

    case landscape = 3