-
public interface DaroResourcesInterface for abstracting R class resources. Each adapter project (daro-a, daro-b, etc.) must provide its own implementation.
-
-
Method Summary
Modifier and Type Method Description abstract IntegergetLayoutNativeLineAd()abstract IntegergetLayoutNativeLineCenterAd()abstract IntegergetLayoutNativeBannerAd()abstract IntegergetLayoutLightPopup()abstract IntegergetIdAdContentContainer()abstract IntegergetIdViewTitle()abstract IntegergetIdViewBody()abstract IntegergetIdViewCtaBtn()abstract IntegergetIdViewIcon()abstract IntegergetIdViewAdMark()abstract IntegergetIdViewDivider()abstract IntegergetIdViewBtnText()abstract IntegergetIdViewBtnArrowIcon()abstract IntegergetIdViewMediaContainer()abstract IntegergetIdViewMedia()abstract IntegergetIdViewCloseBtnText()abstract IntegergetIdViewCloseBtnIcon()abstract IntegergetIdViewBackground()abstract IntegergetIdViewAdMain()abstract IntegergetIdViewAdMarkLabel()abstract IntegergetIdViewButtonClose()abstract IntegergetDrawableBackgroundAdGrayBadge()abstract IntegergetDrawableCtaButtonBg()-
-
Method Detail
-
getLayoutNativeLineAd
abstract Integer getLayoutNativeLineAd()
-
getLayoutNativeLineCenterAd
abstract Integer getLayoutNativeLineCenterAd()
-
getLayoutNativeBannerAd
abstract Integer getLayoutNativeBannerAd()
-
getLayoutLightPopup
abstract Integer getLayoutLightPopup()
-
getIdAdContentContainer
abstract Integer getIdAdContentContainer()
-
getIdViewTitle
abstract Integer getIdViewTitle()
-
getIdViewBody
abstract Integer getIdViewBody()
-
getIdViewCtaBtn
abstract Integer getIdViewCtaBtn()
-
getIdViewIcon
abstract Integer getIdViewIcon()
-
getIdViewAdMark
abstract Integer getIdViewAdMark()
-
getIdViewDivider
abstract Integer getIdViewDivider()
-
getIdViewBtnText
abstract Integer getIdViewBtnText()
-
getIdViewBtnArrowIcon
abstract Integer getIdViewBtnArrowIcon()
-
getIdViewMediaContainer
abstract Integer getIdViewMediaContainer()
-
getIdViewMedia
abstract Integer getIdViewMedia()
-
getIdViewCloseBtnText
abstract Integer getIdViewCloseBtnText()
-
getIdViewCloseBtnIcon
abstract Integer getIdViewCloseBtnIcon()
-
getIdViewBackground
abstract Integer getIdViewBackground()
-
getIdViewAdMain
abstract Integer getIdViewAdMain()
-
getIdViewAdMarkLabel
abstract Integer getIdViewAdMarkLabel()
-
getIdViewButtonClose
abstract Integer getIdViewButtonClose()
-
getDrawableBackgroundAdGrayBadge
abstract Integer getDrawableBackgroundAdGrayBadge()
-
getDrawableCtaButtonBg
abstract Integer getDrawableCtaButtonBg()
-
-
-
-