namespace Adplay.Model
{
    public enum AdType
    {
        Splash = 0,
        Banner = 1,
        Popup = 2,
        PopupButton = 3,
        InterstitialVideo = 4,
        InterstitialSound = 5,
        RewardedVideo = 6,
    }
}
