DPSBanner.java 557 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  aQute.bnd.annotation.ProviderType
 */
package com.adobe.cq.mobile.dps;

import aQute.bnd.annotation.ProviderType;
import com.adobe.cq.mobile.dps.AdType;
import com.adobe.cq.mobile.dps.DPSEntity;

@ProviderType
public interface DPSBanner
extends DPSEntity {
    public boolean isAdvertisement();

    public AdType getAdType();

    public String getAdCategory();

    public String getAdvertiser();

    public String getTapAction();

    public String getTapActionURL();
}