AATMediationType

@objc public enum AATMediationType : Int {
    case WATERFALL = 1
    case AUCTION = 2
    case MAYO = 3
}

Last updated