Где запросить рекламу admob в Ump Sdk android
пожалуйста, помогите мне. Где мне запрашивать объявления, если (согласиеInformation !!.consentStatus == ConsentInformation.ConsentStatus.OBTAINED) {// я должен запрашивать рекламу здесь? MobileAds.initialize (this) {} banner () interstitial ()
if (consentInformation!!.consentType == ConsentInformation.ConsentType.PERSONALIZED)
//should I request ads here?
Log.e("type", "Personalized")
if (consentInformation!!.consentType == ConsentInformation.ConsentType.NON_PERSONALIZED)
Log.e("type", "Non Personalized")
if (consentInformation!!.consentType == ConsentInformation.ConsentType.UNKNOWN)
Log.e("type", "Unknown")
}