GoogleInteractiveMediaAds Framework Reference

  • IMAUiElementType is an enum in NSInteger that represents different UI elements that can be customized.

  • kIMAUiElements_AD_ATTRIBUTION is a UI element specifically for ad attribution.

  • kIMAUiElements_COUNTDOWN is a UI element specifically for the ad countdown.

IMAUiElementType

enum IMAUiElementType : NSInteger {}

Different UI elements that can be customized.

  • Ad attribution UI element.

    Declaration

    Swift

    case elements_AD_ATTRIBUTION = 0

    Objective-C

    kIMAUiElements_AD_ATTRIBUTION
  • Ad countdown element.

    Declaration

    Swift

    case elements_COUNTDOWN = 1

    Objective-C

    kIMAUiElements_COUNTDOWN