GoogleInteractiveMediaAds Framework Reference

  • IMAUiElementType is an enum used for customizing different UI elements within an ad.

  • It includes elements like ad attribution and countdown timer.

  • The enum provides constants for each UI element type, accessible in both Swift and Objective-C.

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