Skip to content

Commit 8bffe48

Browse files
committed
add custom ability on native format
1 parent 3df67c5 commit 8bffe48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TeadsSampleApp/Models/Format.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ let defaultInReadCreativeTypes = [landscape, vertical, square, carousel, custom]
6464
let appLovinInReadCreativeTypes = [landscape, vertical, square, carousel, appLovinMRECLandscape, appLovinMRECVertical, appLovinMRECSquare, appLovinMRECCarousel, custom]
6565

6666
let inReadFormat = Format(name: .inRead, providers: [inReadDirectProvider, inReadAdmobProvider, inReadAppLovinProvider, inReadSASProvider], isSelected: true, creativeTypes: defaultInReadCreativeTypes)
67-
let nativeFormat = Format(name: .native, providers: [nativeDirectProvider, nativeAdmobProvider, nativeAppLovinProvider], isSelected: false, creativeTypes: [display])
67+
let nativeFormat = Format(name: .native, providers: [nativeDirectProvider, nativeAdmobProvider, nativeAppLovinProvider], isSelected: false, creativeTypes: [display, custom])
6868

6969
// inRead Providers
7070
let inReadDirectProvider = Provider(name: .direct, integrations: [

0 commit comments

Comments
 (0)