GoogleMobileAds Framework Reference

GADSearchBorderType

enum GADSearchBorderType : UInt

Search ad border types.

  • < No border.

    Declaration

    Swift

    case none = 0
  • < Dashed line border.

    Declaration

    Swift

    case dashed = 1
  • < Dotted line border.

    Declaration

    Swift

    case dotted = 2
  • < Solid line border.

    Declaration

    Swift

    case solid = 3