Skip to content

Commit

Permalink
NAMSDK_7.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
namsdk-ios-distribution committed Oct 16, 2024
1 parent f994935 commit ad7dbc1
Show file tree
Hide file tree
Showing 113 changed files with 1,180 additions and 310 deletions.
2 changes: 1 addition & 1 deletion NAMSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "NAMSDK"
s.version = "7.10.1"
s.version = "7.10.2"
s.summary = "Naver Mobile Ads Mediation SDK"
s.description = <<-DESC
NAM wiil find the best available ad network to fill your ad slots.
Expand Down
Binary file added NAMSDK/resourcebundle/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

NS_ASSUME_NONNULL_BEGIN

#define GFP_SDK_VERSION @"7.10.1"
#define GFP_SDK_VERSION @"7.10.2"

@interface GFPCoreConfig : NSObject

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ typedef SWIFT_ENUM(NSInteger, GFPBannerProviderOption, open) {
GFPBannerProviderOptionDT = 7,
GFPBannerProviderOptionIS = 8,
GFPBannerProviderOptionAPS = 9,
GFPBannerProviderOptionEnd = 10,
};


Expand Down Expand Up @@ -467,6 +468,7 @@ SWIFT_PROTOCOL("_TtP6GFPSDK25GFPCarouselHeightDelegate_")
typedef SWIFT_ENUM(NSInteger, GFPCombinedProviderOption, open) {
GFPCombinedProviderOptionNone = 0,
GFPCombinedProviderOptionDFP = 1,
GFPCombinedProviderOptionEnd = 2,
};


Expand Down Expand Up @@ -542,6 +544,7 @@ typedef SWIFT_ENUM(NSInteger, GFPInterstitialAdProviderOption, open) {
GFPInterstitialAdProviderOptionIS = 8,
GFPInterstitialAdProviderOptionAPS = 9,
GFPInterstitialAdProviderOptionLAN = 10,
GFPInterstitialAdProviderOptionEnd = 11,
};

@class GFPSpannableOption;
Expand Down Expand Up @@ -637,8 +640,8 @@ typedef SWIFT_ENUM(NSInteger, GFPNativeProviderOption, open) {
GFPNativeProviderOptionDFP = 2,
GFPNativeProviderOptionFAN = 3,
GFPNativeProviderOptionInMobi = 4,
GFPNativeProviderOptionAppLovin = 5,
GFPNativeProviderOptionLAN = 6,
GFPNativeProviderOptionLAN = 5,
GFPNativeProviderOptionEnd = 6,
};


Expand Down Expand Up @@ -675,6 +678,7 @@ typedef SWIFT_ENUM(NSInteger, GFPRewardedAdProviderOption, open) {
GFPRewardedAdProviderOptionIS = 9,
GFPRewardedAdProviderOptionAPS = 10,
GFPRewardedAdProviderOptionLAN = 11,
GFPRewardedAdProviderOptionEnd = 12,
};

enum GFPRichMediaDataAdType : NSInteger;
Expand Down Expand Up @@ -920,6 +924,7 @@ typedef SWIFT_ENUM(NSInteger, GFPVideoProviderOption, open) {
GFPVideoProviderOptionNone = 0,
GFPVideoProviderOptionNDA = 1,
GFPVideoProviderOptionIMA = 2,
GFPVideoProviderOptionEnd = 3,
};


Expand Down
Loading

0 comments on commit ad7dbc1

Please sign in to comment.