AATMediationType
@objc public enum AATMediationType : Int {
case WATERFALL = 1
case AUCTION = 2
case MAYO = 3
}
typedef SWIFT_ENUM(NSInteger, AATMediationType, closed) {
AATMediationTypeWATERFALL = 1,
AATMediationTypeAUCTION = 2,
AATMediationTypeMAYO = 3,
};
Last updated