Skip to content

Commit

Permalink
Update iOS and Android to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrules44 committed Feb 29, 2024
1 parent e836abb commit e172dac
Show file tree
Hide file tree
Showing 544 changed files with 43,957 additions and 4,810 deletions.
Binary file modified plugins/2018.3326/iphone-sim/.DS_Store
Binary file not shown.
Binary file modified plugins/2018.3326/iphone-sim/Appodeal.framework/Appodeal
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// APDActivityLog.h
// Appodeal
//
// Created by Stas Kochkin on 21.05.2023.
// Copyright © 2023 Appodeal, Inc. All rights reserved.
// Created by Stas Kochkin on 21.05.2024.
// Copyright © 2024 Appodeal, Inc. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//
// APDBannerView.h
//
// AppodealSDK version 3.0.2
// AppodealSDK version 3.2.1
//
// Copyright © 2023 Appodeal, Inc. All rights reserved.
// Copyright © 2024 Appodeal, Inc. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down Expand Up @@ -135,11 +135,17 @@ Method called in case of failed presentation
*/
- (void)loadAd;
/**
Call this method when orientation changes
@param orientation Current interface orientation
Get banner availability for placement
@param placement string value of ad placement
@return YES if there is banner ad for placement
*/
- (BOOL)hasReadyAdForPlacement:(nonnull NSString *)placement;
/**
Get banner relation to precache round for placement
@param placement string value of ad placement
@return YES if banner is from precache round for placement
*/
- (void)rotateToOrientation:(UIInterfaceOrientation)orientation __attribute__((deprecated("This method is deprecated and will be removed in future release")));
- (BOOL)isPrecacheAdForPlacement:(nonnull NSString *)placement;
@end
/**
Compatibility alias for APDBannerView
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
// APDDefines.h
// Appodeal
//
// AppodealSDK version 3.0.2
// AppodealSDK version 3.2.1
//
// Copyright © 2023 Appodeal, Inc. All rights reserved.
// Copyright © 2024 Appodeal, Inc. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down Expand Up @@ -68,7 +68,7 @@ typedef NS_OPTIONS(NSInteger, AppodealAdType) {
/**
APDSdk supported ad types bit mask. You can initialize sdk with
several ad types, by usage binary operand |
For example: APDAdTypeInterstitialAd | APDAdTypeSkippableVideo
For example: APDAdTypeInterstitialAd | AppodealAdTypeRewardedVideo
- APDAdTypeInterstitialAd: Interstital ad
- APDAdTypeBanner: Banner ad
Expand Down Expand Up @@ -391,6 +391,10 @@ typedef NS_ENUM(NSUInteger, APDCCPAUserConsent) {
Impression ad type
*/
@property (nonatomic, readonly, assign) AppodealAdType adType;
/**
Custom parameters
*/
@property (nonatomic, readonly, copy, nonnull) NSDictionary <NSString *, id> *customParameters;
@end
/**
Delegate for ad revenue event
Expand All @@ -409,37 +413,22 @@ FOUNDATION_EXPORT NSString * _Nonnull const kAPDAppsFlyerIdExtrasKey;
/**
Network defines
*/
FOUNDATION_EXPORT NSString * _Nonnull const kAPDTapsenseNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDInnerActiveNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDSmaatoNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDAppNexusNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDOpenXNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDVungleNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDUnityNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDAdColonyNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDAmazonNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDAdMobNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDAdMobMediationNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDAppLovinNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDAvocarrotNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDChartboostNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDBidMachineNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDBidonNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDBigoAdsNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDDTExchangeNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDFacebookNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDAdMobNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDMyTargetNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDMoPubNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDPubnativeNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDStartAppNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDYandexNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDMillenialNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDTapjoyNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDZplayNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDInMobiNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDIronSourceNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDAppnextNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDCheetahNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDRevMobNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDMintegralNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDIVengoNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDOguryNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDBidMachineNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDMyTargetNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDUnityNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDVungleNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDYandexNetworkName;

/**
Size defines
Expand Down Expand Up @@ -571,6 +560,7 @@ typedef NS_ENUM(NSUInteger, APDUserGender) {
- APDFrameworkSDKBox: SDK Box
- APDFrameworkDefold: Defold
- APDFrameworkBuildBox: Build Box
- APDAPDFrameworkGodot: Godot
*/
typedef NS_ENUM(NSUInteger, APDFramework) {
APDFrameworkNative = 1,
Expand All @@ -595,6 +585,7 @@ typedef NS_ENUM(NSUInteger, APDFramework) {
APDFrameworkDefold,
APDFrameworkBuildBox,
APDFrameworkFlutter,
APDFrameworkGodot,
};

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
// APDImage.h
// Appodeal
//
// AppodealSDK version 3.0.2
// AppodealSDK version 3.2.1
//
// Copyright © 2023 Appodeal, Inc. All rights reserved.
// Copyright © 2024 Appodeal, Inc. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand All @@ -14,13 +14,10 @@
Instance of this class contains URL to image source and size of image
*/
@interface APDImage : NSObject
/**
Size of image. Can be zero
*/
@property (nonatomic, assign) CGSize size __attribute__((deprecated("This getter is deprecated and will be removed in next release")));
/**
Url to image source. Can be local
*/
@property (nonatomic, strong, readonly, nonnull) NSURL * url;
@property (nonatomic, strong, readonly, nullable) NSURL *url;
@property (nonatomic, strong, readonly, nullable) UIImage *image;

@end
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//
// APDInterstital.h
//
// AppodealSDK version 3.0.2
// AppodealSDK version 3.2.1
//
// Copyright © 2023 Appodeal, Inc. All rights reserved.
// Copyright © 2024 Appodeal, Inc. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
// APDMRECView.h
// Appodeal
//
// AppodealSDK 3.0.2
// AppodealSDK 3.2.1
//
// Copyright © 2023 Appodeal, Inc. All rights reserved.
// Copyright © 2024 Appodeal, Inc. All rights reserved.
//

#import <Appodeal/APDBannerView.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
// APDNativeAd.h
// Appodeal
//
// AppodealSDK version 3.0.2
// AppodealSDK version 3.2.1
//
// Copyright © 2023 Appodeal, Inc. All rights reserved.
// Copyright © 2024 Appodeal, Inc. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
// APDNativeAdQueue.h
// Appodeal
//
// AppodealSDK version 3.0.2
// AppodealSDK version 3.2.1
//
// Copyright © 2023 Appodeal, Inc. All rights reserved.
// Copyright © 2024 Appodeal, Inc. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// APDNativeAdSettings.h
// Appodeal
//
// Created by Stas Kochkin on 04/07/2023.
// Copyright © 2023 Appodeal, Inc. All rights reserved.
// Created by Stas Kochkin on 04/07/2024.
// Copyright © 2024 Appodeal, Inc. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down Expand Up @@ -40,12 +40,12 @@ typedef NS_OPTIONS(NSUInteger, APDNativeResourceAutocacheMask) {
/**
Set autocache mask
*/
@property (nonatomic, assign) APDNativeResourceAutocacheMask autocacheMask;
@property (nonatomic, assign) APDNativeResourceAutocacheMask autocacheMask __attribute__((deprecated("from v.3.2.0 and will be removed in a future release")));
/**
Set native placehplder URL
This url use as pleceholder for mainImage view
*/
@property (nonatomic, strong, nullable) NSURL * nativeMediaViewPlaceholder;
@property (nonatomic, strong, nullable) NSURL * nativeMediaViewPlaceholder __attribute__((deprecated("from v.3.2.0 and will be removed in a future release")));
/**
Default instance
@return Instance of APDNativeAdSettings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// APDNativeAdView.h
// Appodeal
//
// Created by Stas Kochkin on 22/06/2023.
// Copyright © 2023 Appodeal, Inc. All rights reserved.
// Created by Stas Kochkin on 22/06/2024.
// Copyright © 2024 Appodeal, Inc. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
// APDRewardProtocol.h
// Appodeal
//
// AppodealSDK version 3.0.2
// AppodealSDK version 3.2.1
//
// Copyright © 2023 Appodeal, Inc. All rights reserved.
// Copyright © 2024 Appodeal, Inc. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
// APDReviewVideo.h
// Appodeal
//
// AppodealSDK version 3.0.2
// AppodealSDK version 3.2.1
//
// Copyright © 2023 Appodeal, Inc. All rights reserved.
// Copyright © 2024 Appodeal, Inc. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand All @@ -29,7 +29,7 @@
*/
- (void)rewardedVideoDidLoad:(nonnull APDRewardedVideo *)rewardedVideo isPrecache:(BOOL)isPrecache;
/**
Method called if skippable rewarded mediation failed
Method called if rewarded video mediation failed
@param rewardedVideo Failed rewarded video
@param error Error
*/
Expand Down Expand Up @@ -85,7 +85,7 @@
*/
@interface APDRewardedVideo : NSObject
/**
Set delegate to skippable video
Set delegate to rewarded video
*/
@property (weak, nonatomic, nullable) id<APDRewardedVideoDelegate> delegate;
/**
Expand Down
17 changes: 6 additions & 11 deletions plugins/2018.3326/iphone-sim/Appodeal.framework/Headers/APDSdk.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
// APDSdk.h
// Appodeal
//
// AppodealSDK version 3.0.2
// AppodealSDK version 3.2.1
//
// Copyright © 2023 Appodeal, Inc. All rights reserved.
// Copyright © 2024 Appodeal, Inc. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down Expand Up @@ -101,21 +101,16 @@ typedef void(^APDAdRevenueHandler)(_Nonnull id<AppodealAdRevenue>);
@param version Framework version. Default nill
*/
- (void)setFramework:(APDFramework)framework version:(nullable NSString *)version;
/**
User has given consent to the processing of personal data relating to him or her.
@param userConsent Boolean flag that indicates that user give consent on personal data processing
*/
- (void)setUserConsent:(BOOL)userConsent __deprecated_msg("This method is deprecated. Use -updateUserConsentGDPR: and -updateUserConsentCCPA instead");
/**
Updates user consent in GDPR regulation
@param userConsent User consent flag that indicates that user give consent on personal data processing
*/
- (void)updateUserConsentGDPR:(APDGDPRUserConsent)userConsent;
- (void)updateUserConsentGDPR:(APDGDPRUserConsent)userConsent __deprecated_msg("This method is deprecated and will be removed in the next release");
/**
Updates user consent in CCPA regulation
@param userConsent User consent flag that indicates that user give consent on personal data processing
*/
- (void)updateUserConsentCCPA:(APDCCPAUserConsent)userConsent;
- (void)updateUserConsentCCPA:(APDCCPAUserConsent)userConsent __deprecated_msg("This method is deprecated and will be removed in the next release");;
/**
Call this method to specify framework before initialization
@param pluginVersion NSString version plugin
Expand Down Expand Up @@ -280,12 +275,12 @@ typedef void(^APDAdRevenueHandler)(_Nonnull id<AppodealAdRevenue>);

@end

#if __has_include(<StackConsentManager/StackConsentManager.h>)
#if __has_include(<StackConsentManager/StackConsentManager-Swift.h>)
@interface APDSdk (ConsentManager)
/**
User has update consent through Stack Consent Manager.
@param consentReport Consent report object from Stack Consent Manager
*/
- (void)setConsentReport:(nonnull id<STKConsent>)consentReport;
- (void)setConsentReport:(nonnull id)consentReport __deprecated_msg("This method is deprecated and will be removed in the next release");
@end
#endif
Loading

0 comments on commit e172dac

Please sign in to comment.