react-native-gemius-plugin 1.7.3 → 1.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ios/Frameworks/GemiusSDK.xcframework/Info.plist +9 -5
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/GemiusSDK +0 -0
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Headers/Config.h +21 -2
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Info.plist +0 -0
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Modules/module.modulemap +1 -1
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/PrivacyInfo.xcprivacy +48 -0
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/GemiusSDK +0 -0
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Headers/Config.h +21 -2
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Info.plist +0 -0
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Modules/module.modulemap +1 -1
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/PrivacyInfo.xcprivacy +48 -0
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/_CodeSignature/CodeDirectory +0 -0
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/_CodeSignature/CodeResources +14 -87
- package/ios/GemiusPlugin.xcodeproj/project.pbxproj +7 -21
- package/ios/GemiusPlugin.xcworkspace/xcuserdata/kestasvenslauskas.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/ios/GemiusSDK.xcframework/Info.plist +44 -0
- package/ios/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/GemiusSDK +0 -0
- package/ios/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Headers/AdData.h +23 -0
- package/ios/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Headers/AdDefine.h +16 -0
- package/ios/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Headers/AdOceanConfig.h +14 -0
- package/ios/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Headers/AudienceConfig.h +19 -0
- package/ios/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Headers/AudienceEvent.h +18 -0
- package/ios/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Headers/BaseConfig.h +19 -0
- package/ios/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Headers/BaseEvent.h +37 -0
- package/ios/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Headers/Config.h +44 -0
- package/ios/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Headers/ContentData.h +15 -0
- package/ios/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Headers/EventAdData.h +7 -0
- package/ios/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Headers/EventData.h +14 -0
- package/ios/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Headers/EventProgramData.h +7 -0
- package/ios/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Headers/GEMBillboardAd.h +43 -0
- package/ios/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Headers/GEMFullScreenAd.h +44 -0
- package/ios/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Headers/GemiusSDK.h +34 -0
- package/ios/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Headers/NetpanelConfig.h +17 -0
- package/ios/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Headers/NetpanelEvent.h +23 -0
- package/ios/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Headers/Player.h +40 -0
- package/ios/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Headers/PlayerData.h +8 -0
- package/ios/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Headers/ProgramData.h +41 -0
- package/ios/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Info.plist +0 -0
- package/ios/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Modules/module.modulemap +6 -0
- package/ios/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/PrivacyInfo.xcprivacy +48 -0
- package/ios/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/GemiusSDK +0 -0
- package/ios/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Headers/AdData.h +23 -0
- package/ios/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Headers/AdDefine.h +16 -0
- package/ios/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Headers/AdOceanConfig.h +14 -0
- package/ios/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Headers/AudienceConfig.h +19 -0
- package/ios/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Headers/AudienceEvent.h +18 -0
- package/ios/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Headers/BaseConfig.h +19 -0
- package/ios/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Headers/BaseEvent.h +37 -0
- package/ios/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Headers/Config.h +44 -0
- package/ios/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Headers/ContentData.h +15 -0
- package/ios/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Headers/EventAdData.h +7 -0
- package/ios/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Headers/EventData.h +14 -0
- package/ios/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Headers/EventProgramData.h +7 -0
- package/ios/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Headers/GEMBillboardAd.h +43 -0
- package/ios/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Headers/GEMFullScreenAd.h +44 -0
- package/ios/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Headers/GemiusSDK.h +34 -0
- package/ios/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Headers/NetpanelConfig.h +17 -0
- package/ios/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Headers/NetpanelEvent.h +23 -0
- package/ios/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Headers/Player.h +40 -0
- package/ios/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Headers/PlayerData.h +8 -0
- package/ios/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Headers/ProgramData.h +41 -0
- package/ios/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Info.plist +0 -0
- package/ios/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Modules/module.modulemap +6 -0
- package/ios/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/PrivacyInfo.xcprivacy +48 -0
- package/ios/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/_CodeSignature/CodeDirectory +0 -0
- package/ios/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/_CodeSignature/CodeRequirements +0 -0
- package/ios/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/_CodeSignature/CodeResources +344 -0
- package/ios/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/_CodeSignature/CodeSignature +0 -0
- package/package.json +1 -1
- package/react-native-gemius-plugin.podspec +4 -4
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/_CodeSignature/CodeRequirements-1 +0 -0
|
@@ -5,31 +5,35 @@
|
|
|
5
5
|
<key>AvailableLibraries</key>
|
|
6
6
|
<array>
|
|
7
7
|
<dict>
|
|
8
|
+
<key>BinaryPath</key>
|
|
9
|
+
<string>GemiusSDK.framework/GemiusSDK</string>
|
|
8
10
|
<key>LibraryIdentifier</key>
|
|
9
|
-
<string>ios-
|
|
11
|
+
<string>ios-arm64</string>
|
|
10
12
|
<key>LibraryPath</key>
|
|
11
13
|
<string>GemiusSDK.framework</string>
|
|
12
14
|
<key>SupportedArchitectures</key>
|
|
13
15
|
<array>
|
|
14
16
|
<string>arm64</string>
|
|
15
|
-
<string>x86_64</string>
|
|
16
17
|
</array>
|
|
17
18
|
<key>SupportedPlatform</key>
|
|
18
19
|
<string>ios</string>
|
|
19
|
-
<key>SupportedPlatformVariant</key>
|
|
20
|
-
<string>simulator</string>
|
|
21
20
|
</dict>
|
|
22
21
|
<dict>
|
|
22
|
+
<key>BinaryPath</key>
|
|
23
|
+
<string>GemiusSDK.framework/GemiusSDK</string>
|
|
23
24
|
<key>LibraryIdentifier</key>
|
|
24
|
-
<string>ios-
|
|
25
|
+
<string>ios-arm64_x86_64-simulator</string>
|
|
25
26
|
<key>LibraryPath</key>
|
|
26
27
|
<string>GemiusSDK.framework</string>
|
|
27
28
|
<key>SupportedArchitectures</key>
|
|
28
29
|
<array>
|
|
29
30
|
<string>arm64</string>
|
|
31
|
+
<string>x86_64</string>
|
|
30
32
|
</array>
|
|
31
33
|
<key>SupportedPlatform</key>
|
|
32
34
|
<string>ios</string>
|
|
35
|
+
<key>SupportedPlatformVariant</key>
|
|
36
|
+
<string>simulator</string>
|
|
33
37
|
</dict>
|
|
34
38
|
</array>
|
|
35
39
|
<key>CFBundlePackageType</key>
|
|
Binary file
|
|
@@ -8,18 +8,37 @@
|
|
|
8
8
|
#import <UIKit/UIKit.h>
|
|
9
9
|
|
|
10
10
|
#define GEM_SDK_NAME @"GemiusSDK"
|
|
11
|
-
#define GEM_SDK_VERSION @"2.0
|
|
11
|
+
#define GEM_SDK_VERSION @"2.3.0"
|
|
12
|
+
|
|
13
|
+
typedef NS_ENUM(NSUInteger, GEMDataProcessingConsentSource) {
|
|
14
|
+
GEMDataProcessingConsentSourceManual = 0,
|
|
15
|
+
GEMDataProcessingConsentSourceCMP,
|
|
16
|
+
GEMDataProcessingConsentSourceTCString,
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
20
|
+
|
|
21
|
+
FOUNDATION_EXPORT NSNotificationName const GEMUserAgentDidChangeNotification;
|
|
12
22
|
|
|
13
23
|
@interface GEMConfig : NSObject
|
|
14
24
|
|
|
15
25
|
@property (nonatomic) BOOL loggingEnabled;
|
|
16
26
|
@property (nonatomic) BOOL cookiesAllowed;
|
|
17
27
|
@property (nonatomic) BOOL IDFACollectionEnabled;
|
|
28
|
+
@property (nonatomic) GEMDataProcessingConsentSource dataProcessingConsentSource;
|
|
29
|
+
@property (nonatomic) NSTimeInterval cmpTimeout;
|
|
30
|
+
@property (nonatomic, copy) NSSet<NSNumber *> *audiencePurposes;
|
|
31
|
+
@property (nonatomic, copy) NSSet<NSNumber *> *adOceanPurposes;
|
|
18
32
|
|
|
19
33
|
+ (GEMConfig *)sharedInstance;
|
|
20
34
|
+ (NSString *)getSdkVersion;
|
|
21
35
|
|
|
22
|
-
- (void)setAppInfo:(NSString*)name version:(NSString*)version;
|
|
36
|
+
- (void)setAppInfo:(NSString *)name version:(NSString *)version;
|
|
37
|
+
- (void)setTCString:(nullable NSString *)tcString gdprApplies:(BOOL)gdprApplies;
|
|
23
38
|
- (NSString *)getUA4WebView;
|
|
39
|
+
- (void)restoreAudiencePurposes;
|
|
40
|
+
- (void)restoreAdOceanPurposes;
|
|
24
41
|
|
|
25
42
|
@end
|
|
43
|
+
|
|
44
|
+
NS_ASSUME_NONNULL_END
|
|
Binary file
|
package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/PrivacyInfo.xcprivacy
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>NSPrivacyTracking</key>
|
|
6
|
+
<false/>
|
|
7
|
+
<key>NSPrivacyTrackingDomains</key>
|
|
8
|
+
<array/>
|
|
9
|
+
<key>NSPrivacyCollectedDataTypes</key>
|
|
10
|
+
<array>
|
|
11
|
+
<dict>
|
|
12
|
+
<key>NSPrivacyCollectedDataType</key>
|
|
13
|
+
<string>NSPrivacyCollectedDataTypeDeviceID</string>
|
|
14
|
+
<key>NSPrivacyCollectedDataTypeLinked</key>
|
|
15
|
+
<false/>
|
|
16
|
+
<key>NSPrivacyCollectedDataTypeTracking</key>
|
|
17
|
+
<false/>
|
|
18
|
+
<key>NSPrivacyCollectedDataTypePurposes</key>
|
|
19
|
+
<array>
|
|
20
|
+
<string>NSPrivacyCollectedDataTypePurposeAnalytics</string>
|
|
21
|
+
</array>
|
|
22
|
+
</dict>
|
|
23
|
+
<dict>
|
|
24
|
+
<key>NSPrivacyCollectedDataType</key>
|
|
25
|
+
<string>NSPrivacyCollectedDataTypeProductInteraction</string>
|
|
26
|
+
<key>NSPrivacyCollectedDataTypeLinked</key>
|
|
27
|
+
<false/>
|
|
28
|
+
<key>NSPrivacyCollectedDataTypeTracking</key>
|
|
29
|
+
<false/>
|
|
30
|
+
<key>NSPrivacyCollectedDataTypePurposes</key>
|
|
31
|
+
<array>
|
|
32
|
+
<string>NSPrivacyCollectedDataTypePurposeAnalytics</string>
|
|
33
|
+
</array>
|
|
34
|
+
</dict>
|
|
35
|
+
</array>
|
|
36
|
+
<key>NSPrivacyAccessedAPITypes</key>
|
|
37
|
+
<array>
|
|
38
|
+
<dict>
|
|
39
|
+
<key>NSPrivacyAccessedAPIType</key>
|
|
40
|
+
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
|
|
41
|
+
<key>NSPrivacyAccessedAPITypeReasons</key>
|
|
42
|
+
<array>
|
|
43
|
+
<string>CA92.1</string>
|
|
44
|
+
</array>
|
|
45
|
+
</dict>
|
|
46
|
+
</array>
|
|
47
|
+
</dict>
|
|
48
|
+
</plist>
|
|
Binary file
|
|
@@ -8,18 +8,37 @@
|
|
|
8
8
|
#import <UIKit/UIKit.h>
|
|
9
9
|
|
|
10
10
|
#define GEM_SDK_NAME @"GemiusSDK"
|
|
11
|
-
#define GEM_SDK_VERSION @"2.0
|
|
11
|
+
#define GEM_SDK_VERSION @"2.3.0"
|
|
12
|
+
|
|
13
|
+
typedef NS_ENUM(NSUInteger, GEMDataProcessingConsentSource) {
|
|
14
|
+
GEMDataProcessingConsentSourceManual = 0,
|
|
15
|
+
GEMDataProcessingConsentSourceCMP,
|
|
16
|
+
GEMDataProcessingConsentSourceTCString,
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
20
|
+
|
|
21
|
+
FOUNDATION_EXPORT NSNotificationName const GEMUserAgentDidChangeNotification;
|
|
12
22
|
|
|
13
23
|
@interface GEMConfig : NSObject
|
|
14
24
|
|
|
15
25
|
@property (nonatomic) BOOL loggingEnabled;
|
|
16
26
|
@property (nonatomic) BOOL cookiesAllowed;
|
|
17
27
|
@property (nonatomic) BOOL IDFACollectionEnabled;
|
|
28
|
+
@property (nonatomic) GEMDataProcessingConsentSource dataProcessingConsentSource;
|
|
29
|
+
@property (nonatomic) NSTimeInterval cmpTimeout;
|
|
30
|
+
@property (nonatomic, copy) NSSet<NSNumber *> *audiencePurposes;
|
|
31
|
+
@property (nonatomic, copy) NSSet<NSNumber *> *adOceanPurposes;
|
|
18
32
|
|
|
19
33
|
+ (GEMConfig *)sharedInstance;
|
|
20
34
|
+ (NSString *)getSdkVersion;
|
|
21
35
|
|
|
22
|
-
- (void)setAppInfo:(NSString*)name version:(NSString*)version;
|
|
36
|
+
- (void)setAppInfo:(NSString *)name version:(NSString *)version;
|
|
37
|
+
- (void)setTCString:(nullable NSString *)tcString gdprApplies:(BOOL)gdprApplies;
|
|
23
38
|
- (NSString *)getUA4WebView;
|
|
39
|
+
- (void)restoreAudiencePurposes;
|
|
40
|
+
- (void)restoreAdOceanPurposes;
|
|
24
41
|
|
|
25
42
|
@end
|
|
43
|
+
|
|
44
|
+
NS_ASSUME_NONNULL_END
|
|
Binary file
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>NSPrivacyTracking</key>
|
|
6
|
+
<false/>
|
|
7
|
+
<key>NSPrivacyTrackingDomains</key>
|
|
8
|
+
<array/>
|
|
9
|
+
<key>NSPrivacyCollectedDataTypes</key>
|
|
10
|
+
<array>
|
|
11
|
+
<dict>
|
|
12
|
+
<key>NSPrivacyCollectedDataType</key>
|
|
13
|
+
<string>NSPrivacyCollectedDataTypeDeviceID</string>
|
|
14
|
+
<key>NSPrivacyCollectedDataTypeLinked</key>
|
|
15
|
+
<false/>
|
|
16
|
+
<key>NSPrivacyCollectedDataTypeTracking</key>
|
|
17
|
+
<false/>
|
|
18
|
+
<key>NSPrivacyCollectedDataTypePurposes</key>
|
|
19
|
+
<array>
|
|
20
|
+
<string>NSPrivacyCollectedDataTypePurposeAnalytics</string>
|
|
21
|
+
</array>
|
|
22
|
+
</dict>
|
|
23
|
+
<dict>
|
|
24
|
+
<key>NSPrivacyCollectedDataType</key>
|
|
25
|
+
<string>NSPrivacyCollectedDataTypeProductInteraction</string>
|
|
26
|
+
<key>NSPrivacyCollectedDataTypeLinked</key>
|
|
27
|
+
<false/>
|
|
28
|
+
<key>NSPrivacyCollectedDataTypeTracking</key>
|
|
29
|
+
<false/>
|
|
30
|
+
<key>NSPrivacyCollectedDataTypePurposes</key>
|
|
31
|
+
<array>
|
|
32
|
+
<string>NSPrivacyCollectedDataTypePurposeAnalytics</string>
|
|
33
|
+
</array>
|
|
34
|
+
</dict>
|
|
35
|
+
</array>
|
|
36
|
+
<key>NSPrivacyAccessedAPITypes</key>
|
|
37
|
+
<array>
|
|
38
|
+
<dict>
|
|
39
|
+
<key>NSPrivacyAccessedAPIType</key>
|
|
40
|
+
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
|
|
41
|
+
<key>NSPrivacyAccessedAPITypeReasons</key>
|
|
42
|
+
<array>
|
|
43
|
+
<string>CA92.1</string>
|
|
44
|
+
</array>
|
|
45
|
+
</dict>
|
|
46
|
+
</array>
|
|
47
|
+
</dict>
|
|
48
|
+
</plist>
|
|
Binary file
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
</data>
|
|
35
35
|
<key>Headers/Config.h</key>
|
|
36
36
|
<data>
|
|
37
|
-
|
|
37
|
+
KLqtSWtfUZ8UjQHQRu1wwrKrWys=
|
|
38
38
|
</data>
|
|
39
39
|
<key>Headers/ContentData.h</key>
|
|
40
40
|
<data>
|
|
@@ -86,21 +86,21 @@
|
|
|
86
86
|
</data>
|
|
87
87
|
<key>Info.plist</key>
|
|
88
88
|
<data>
|
|
89
|
-
|
|
89
|
+
34ybEAi3gqx+ZPXUZaqRQ9CXAuA=
|
|
90
90
|
</data>
|
|
91
91
|
<key>Modules/module.modulemap</key>
|
|
92
92
|
<data>
|
|
93
|
-
|
|
93
|
+
RGcjaDkhHa3/xycp0mH+V18tygE=
|
|
94
|
+
</data>
|
|
95
|
+
<key>PrivacyInfo.xcprivacy</key>
|
|
96
|
+
<data>
|
|
97
|
+
nOhY2TABBsjCwzVCqFHSjm3lAD4=
|
|
94
98
|
</data>
|
|
95
99
|
</dict>
|
|
96
100
|
<key>files2</key>
|
|
97
101
|
<dict>
|
|
98
102
|
<key>Headers/AdData.h</key>
|
|
99
103
|
<dict>
|
|
100
|
-
<key>hash</key>
|
|
101
|
-
<data>
|
|
102
|
-
HCav3DGl3Ww0tTKwqWg4Sx2tN18=
|
|
103
|
-
</data>
|
|
104
104
|
<key>hash2</key>
|
|
105
105
|
<data>
|
|
106
106
|
o9m/mi1yeWdGod/FZ9dYnsbwtoZ+YDZwhoEjdKxm7WQ=
|
|
@@ -108,10 +108,6 @@
|
|
|
108
108
|
</dict>
|
|
109
109
|
<key>Headers/AdDefine.h</key>
|
|
110
110
|
<dict>
|
|
111
|
-
<key>hash</key>
|
|
112
|
-
<data>
|
|
113
|
-
P5Qs7kXpyj6Iw9ODw3CnmPXfzAE=
|
|
114
|
-
</data>
|
|
115
111
|
<key>hash2</key>
|
|
116
112
|
<data>
|
|
117
113
|
6jPrQM1oTkQFszvy+kF/1fstXgiFlodeaDbeZHsOFSA=
|
|
@@ -119,10 +115,6 @@
|
|
|
119
115
|
</dict>
|
|
120
116
|
<key>Headers/AdOceanConfig.h</key>
|
|
121
117
|
<dict>
|
|
122
|
-
<key>hash</key>
|
|
123
|
-
<data>
|
|
124
|
-
v5rDR2pnQJpL0zC5q3x3X3daY0s=
|
|
125
|
-
</data>
|
|
126
118
|
<key>hash2</key>
|
|
127
119
|
<data>
|
|
128
120
|
XMWunZ1v1TOi+hF+X/tDuPvHqrDIUkHTkmrt/2LNeAU=
|
|
@@ -130,10 +122,6 @@
|
|
|
130
122
|
</dict>
|
|
131
123
|
<key>Headers/AudienceConfig.h</key>
|
|
132
124
|
<dict>
|
|
133
|
-
<key>hash</key>
|
|
134
|
-
<data>
|
|
135
|
-
YPXTJqIedfdGi1wxYWxsCjYOxn0=
|
|
136
|
-
</data>
|
|
137
125
|
<key>hash2</key>
|
|
138
126
|
<data>
|
|
139
127
|
eJgg9eM1g/XN4ETFg7xRSyr5Trbqrd9xU0km/5rIQTg=
|
|
@@ -141,10 +129,6 @@
|
|
|
141
129
|
</dict>
|
|
142
130
|
<key>Headers/AudienceEvent.h</key>
|
|
143
131
|
<dict>
|
|
144
|
-
<key>hash</key>
|
|
145
|
-
<data>
|
|
146
|
-
FhPZWLpD5LmspmO+4kvf7iMC+vg=
|
|
147
|
-
</data>
|
|
148
132
|
<key>hash2</key>
|
|
149
133
|
<data>
|
|
150
134
|
OaQxsgAgNbBkh++HWBsyDdDeZYxsupHlvZTkET30vuQ=
|
|
@@ -152,10 +136,6 @@
|
|
|
152
136
|
</dict>
|
|
153
137
|
<key>Headers/BaseConfig.h</key>
|
|
154
138
|
<dict>
|
|
155
|
-
<key>hash</key>
|
|
156
|
-
<data>
|
|
157
|
-
a9hwWjaZ5KZ+jS8wXyr5Zu3jK+g=
|
|
158
|
-
</data>
|
|
159
139
|
<key>hash2</key>
|
|
160
140
|
<data>
|
|
161
141
|
pUwb5yoNvqeiPgMDWsRYylxbYostjLab408mfw+EI04=
|
|
@@ -163,10 +143,6 @@
|
|
|
163
143
|
</dict>
|
|
164
144
|
<key>Headers/BaseEvent.h</key>
|
|
165
145
|
<dict>
|
|
166
|
-
<key>hash</key>
|
|
167
|
-
<data>
|
|
168
|
-
BASTXTMlrxFRxsj+5UzARFwwDjc=
|
|
169
|
-
</data>
|
|
170
146
|
<key>hash2</key>
|
|
171
147
|
<data>
|
|
172
148
|
MYy25atk1Pd20PKKSBIS7VwdvapxAPCD24oxCcSgFpg=
|
|
@@ -174,21 +150,13 @@
|
|
|
174
150
|
</dict>
|
|
175
151
|
<key>Headers/Config.h</key>
|
|
176
152
|
<dict>
|
|
177
|
-
<key>hash</key>
|
|
178
|
-
<data>
|
|
179
|
-
w6T3s1SQgJTr3HFZFU1+mJwpDSw=
|
|
180
|
-
</data>
|
|
181
153
|
<key>hash2</key>
|
|
182
154
|
<data>
|
|
183
|
-
|
|
155
|
+
pXUMAGwI8rzkhwfRj6yeYjhmKRSJesBBm0fq+r7Agiw=
|
|
184
156
|
</data>
|
|
185
157
|
</dict>
|
|
186
158
|
<key>Headers/ContentData.h</key>
|
|
187
159
|
<dict>
|
|
188
|
-
<key>hash</key>
|
|
189
|
-
<data>
|
|
190
|
-
n740Y6LrozVGSsi6sYIOKtaydJc=
|
|
191
|
-
</data>
|
|
192
160
|
<key>hash2</key>
|
|
193
161
|
<data>
|
|
194
162
|
OCC8D+WUE2XPgUQF95yzJHvyZ//3RqlabXD5ITAb4hE=
|
|
@@ -196,10 +164,6 @@
|
|
|
196
164
|
</dict>
|
|
197
165
|
<key>Headers/EventAdData.h</key>
|
|
198
166
|
<dict>
|
|
199
|
-
<key>hash</key>
|
|
200
|
-
<data>
|
|
201
|
-
9IK2OyvcDACRKEE32elIIw4vhIY=
|
|
202
|
-
</data>
|
|
203
167
|
<key>hash2</key>
|
|
204
168
|
<data>
|
|
205
169
|
/C1O0Iaatygka18HyrSRWmoKfuX8AiFBXccf1YukJp8=
|
|
@@ -207,10 +171,6 @@
|
|
|
207
171
|
</dict>
|
|
208
172
|
<key>Headers/EventData.h</key>
|
|
209
173
|
<dict>
|
|
210
|
-
<key>hash</key>
|
|
211
|
-
<data>
|
|
212
|
-
WTdh10n0EBD1ur/pjnCFMmDakPE=
|
|
213
|
-
</data>
|
|
214
174
|
<key>hash2</key>
|
|
215
175
|
<data>
|
|
216
176
|
ydmBjwlDzq3KFQ45rp5lsjgF4zHIw1FORtXXcZU25VY=
|
|
@@ -218,10 +178,6 @@
|
|
|
218
178
|
</dict>
|
|
219
179
|
<key>Headers/EventProgramData.h</key>
|
|
220
180
|
<dict>
|
|
221
|
-
<key>hash</key>
|
|
222
|
-
<data>
|
|
223
|
-
c6JqoRY+iWp6f9L27JQGT8I9VMs=
|
|
224
|
-
</data>
|
|
225
181
|
<key>hash2</key>
|
|
226
182
|
<data>
|
|
227
183
|
d0Nwx5F1xL0x8r74WjXm8sr3vzG5OBFtgLXorQuf4eU=
|
|
@@ -229,10 +185,6 @@
|
|
|
229
185
|
</dict>
|
|
230
186
|
<key>Headers/GEMBillboardAd.h</key>
|
|
231
187
|
<dict>
|
|
232
|
-
<key>hash</key>
|
|
233
|
-
<data>
|
|
234
|
-
YrcXLtfKg26L5C+YRt1c0mVabTk=
|
|
235
|
-
</data>
|
|
236
188
|
<key>hash2</key>
|
|
237
189
|
<data>
|
|
238
190
|
+w2jZmEYHQGjLS6AJZBNWW/mHlqqR0XmBNQtK/IwMYU=
|
|
@@ -240,10 +192,6 @@
|
|
|
240
192
|
</dict>
|
|
241
193
|
<key>Headers/GEMFullScreenAd.h</key>
|
|
242
194
|
<dict>
|
|
243
|
-
<key>hash</key>
|
|
244
|
-
<data>
|
|
245
|
-
xn66f/IbXCc5Fi00XFUZ2238vAM=
|
|
246
|
-
</data>
|
|
247
195
|
<key>hash2</key>
|
|
248
196
|
<data>
|
|
249
197
|
yn+vHimqNncrptwErk/nhtpfKS3mEVSjjTbVI5RqdVU=
|
|
@@ -251,10 +199,6 @@
|
|
|
251
199
|
</dict>
|
|
252
200
|
<key>Headers/GemiusSDK.h</key>
|
|
253
201
|
<dict>
|
|
254
|
-
<key>hash</key>
|
|
255
|
-
<data>
|
|
256
|
-
l1h1CHHxPsCvHlXS/KwjJ3XxjZI=
|
|
257
|
-
</data>
|
|
258
202
|
<key>hash2</key>
|
|
259
203
|
<data>
|
|
260
204
|
o3yQgGllSBmT+Sj8f5y1bsolxtkNvutxURhQZvg6CEM=
|
|
@@ -262,10 +206,6 @@
|
|
|
262
206
|
</dict>
|
|
263
207
|
<key>Headers/NetpanelConfig.h</key>
|
|
264
208
|
<dict>
|
|
265
|
-
<key>hash</key>
|
|
266
|
-
<data>
|
|
267
|
-
lRMq2e7mtQKFb0dWvQMcQo6HdtA=
|
|
268
|
-
</data>
|
|
269
209
|
<key>hash2</key>
|
|
270
210
|
<data>
|
|
271
211
|
fmqQ1J7KvZ2cfmp8ILO2PeyCqbS01Jp2HNu9eT9q9yI=
|
|
@@ -273,10 +213,6 @@
|
|
|
273
213
|
</dict>
|
|
274
214
|
<key>Headers/NetpanelEvent.h</key>
|
|
275
215
|
<dict>
|
|
276
|
-
<key>hash</key>
|
|
277
|
-
<data>
|
|
278
|
-
dCaT64cqi8ymtdA0AEVLYJQYkLc=
|
|
279
|
-
</data>
|
|
280
216
|
<key>hash2</key>
|
|
281
217
|
<data>
|
|
282
218
|
zMNjrWezwo9saHovQ+BiKZQDgzY5fCWVmKhkd9w4le8=
|
|
@@ -284,10 +220,6 @@
|
|
|
284
220
|
</dict>
|
|
285
221
|
<key>Headers/Player.h</key>
|
|
286
222
|
<dict>
|
|
287
|
-
<key>hash</key>
|
|
288
|
-
<data>
|
|
289
|
-
PKrWEZ+owAh1m6GnndVy50KwWp0=
|
|
290
|
-
</data>
|
|
291
223
|
<key>hash2</key>
|
|
292
224
|
<data>
|
|
293
225
|
6pp5C3qHZ89ozvJGV3ZMdartUhsvPjkq10YlnBSOLJY=
|
|
@@ -295,10 +227,6 @@
|
|
|
295
227
|
</dict>
|
|
296
228
|
<key>Headers/PlayerData.h</key>
|
|
297
229
|
<dict>
|
|
298
|
-
<key>hash</key>
|
|
299
|
-
<data>
|
|
300
|
-
5p1yCOGgKtgEyD9BNpVCTRK4qkg=
|
|
301
|
-
</data>
|
|
302
230
|
<key>hash2</key>
|
|
303
231
|
<data>
|
|
304
232
|
+fYdi6hn9vb0F6EuXpMOgyEaHS87/kiSKrVcuIj2jC4=
|
|
@@ -306,10 +234,6 @@
|
|
|
306
234
|
</dict>
|
|
307
235
|
<key>Headers/ProgramData.h</key>
|
|
308
236
|
<dict>
|
|
309
|
-
<key>hash</key>
|
|
310
|
-
<data>
|
|
311
|
-
SWGYzq6g0sB7mLXjqHQznZz0wqE=
|
|
312
|
-
</data>
|
|
313
237
|
<key>hash2</key>
|
|
314
238
|
<data>
|
|
315
239
|
g+vul+665CnIOPyObkXNeTcL6XcUGwYfma8nW5XrPt0=
|
|
@@ -317,13 +241,16 @@
|
|
|
317
241
|
</dict>
|
|
318
242
|
<key>Modules/module.modulemap</key>
|
|
319
243
|
<dict>
|
|
320
|
-
<key>
|
|
244
|
+
<key>hash2</key>
|
|
321
245
|
<data>
|
|
322
|
-
|
|
246
|
+
EgEN/gVaSkV2JHPkbAv2q4daje8pW+EThc3bl58l+1I=
|
|
323
247
|
</data>
|
|
248
|
+
</dict>
|
|
249
|
+
<key>PrivacyInfo.xcprivacy</key>
|
|
250
|
+
<dict>
|
|
324
251
|
<key>hash2</key>
|
|
325
252
|
<data>
|
|
326
|
-
|
|
253
|
+
KMg4KXwEao862boxK5X+excseTyUa/TkIWIBRS0oDlo=
|
|
327
254
|
</data>
|
|
328
255
|
</dict>
|
|
329
256
|
</dict>
|
|
@@ -3,14 +3,12 @@
|
|
|
3
3
|
archiveVersion = 1;
|
|
4
4
|
classes = {
|
|
5
5
|
};
|
|
6
|
-
objectVersion =
|
|
6
|
+
objectVersion = 54;
|
|
7
7
|
objects = {
|
|
8
8
|
|
|
9
9
|
/* Begin PBXBuildFile section */
|
|
10
|
-
|
|
10
|
+
9C74A9852F4925510034796F /* GemiusSDK.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9C74A9842F4925510034796F /* GemiusSDK.xcframework */; };
|
|
11
11
|
B3E7B58A1CC2AC0600A0062D /* GemiusPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = B3E7B5891CC2AC0600A0062D /* GemiusPlugin.m */; platformFilter = ios; };
|
|
12
|
-
F3B01E3C236256C300E25B83 /* AdSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F3B01E3B236256C300E25B83 /* AdSupport.framework */; platformFilter = ios; };
|
|
13
|
-
F3B01E3E236256DF00E25B83 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F3B01E3D236256DF00E25B83 /* SystemConfiguration.framework */; platformFilter = ios; };
|
|
14
12
|
/* End PBXBuildFile section */
|
|
15
13
|
|
|
16
14
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
@@ -28,11 +26,9 @@
|
|
|
28
26
|
|
|
29
27
|
/* Begin PBXFileReference section */
|
|
30
28
|
134814201AA4EA6300B7C361 /* libGemiusPlugin.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libGemiusPlugin.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
31
|
-
|
|
29
|
+
9C74A9842F4925510034796F /* GemiusSDK.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = GemiusSDK.xcframework; sourceTree = "<group>"; };
|
|
32
30
|
B3E7B5881CC2AC0600A0062D /* GemiusPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GemiusPlugin.h; sourceTree = "<group>"; };
|
|
33
31
|
B3E7B5891CC2AC0600A0062D /* GemiusPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GemiusPlugin.m; sourceTree = "<group>"; };
|
|
34
|
-
F3B01E3B236256C300E25B83 /* AdSupport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdSupport.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AdSupport.framework; sourceTree = DEVELOPER_DIR; };
|
|
35
|
-
F3B01E3D236256DF00E25B83 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/SystemConfiguration.framework; sourceTree = DEVELOPER_DIR; };
|
|
36
32
|
/* End PBXFileReference section */
|
|
37
33
|
|
|
38
34
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -40,9 +36,7 @@
|
|
|
40
36
|
isa = PBXFrameworksBuildPhase;
|
|
41
37
|
buildActionMask = 2147483647;
|
|
42
38
|
files = (
|
|
43
|
-
|
|
44
|
-
F3B01E3E236256DF00E25B83 /* SystemConfiguration.framework in Frameworks */,
|
|
45
|
-
F3B01E3C236256C300E25B83 /* AdSupport.framework in Frameworks */,
|
|
39
|
+
9C74A9852F4925510034796F /* GemiusSDK.xcframework in Frameworks */,
|
|
46
40
|
);
|
|
47
41
|
runOnlyForDeploymentPostprocessing = 0;
|
|
48
42
|
};
|
|
@@ -60,23 +54,13 @@
|
|
|
60
54
|
58B511D21A9E6C8500147676 = {
|
|
61
55
|
isa = PBXGroup;
|
|
62
56
|
children = (
|
|
63
|
-
|
|
57
|
+
9C74A9842F4925510034796F /* GemiusSDK.xcframework */,
|
|
64
58
|
B3E7B5881CC2AC0600A0062D /* GemiusPlugin.h */,
|
|
65
59
|
B3E7B5891CC2AC0600A0062D /* GemiusPlugin.m */,
|
|
66
60
|
134814211AA4EA7D00B7C361 /* Products */,
|
|
67
61
|
);
|
|
68
62
|
sourceTree = "<group>";
|
|
69
63
|
};
|
|
70
|
-
F3B01E3A236256C200E25B83 /* Frameworks */ = {
|
|
71
|
-
isa = PBXGroup;
|
|
72
|
-
children = (
|
|
73
|
-
6F1120D527989BF400C697C7 /* GemiusSDK.xcframework */,
|
|
74
|
-
F3B01E3D236256DF00E25B83 /* SystemConfiguration.framework */,
|
|
75
|
-
F3B01E3B236256C300E25B83 /* AdSupport.framework */,
|
|
76
|
-
);
|
|
77
|
-
name = Frameworks;
|
|
78
|
-
sourceTree = "<group>";
|
|
79
|
-
};
|
|
80
64
|
/* End PBXGroup section */
|
|
81
65
|
|
|
82
66
|
/* Begin PBXNativeTarget section */
|
|
@@ -250,6 +234,7 @@
|
|
|
250
234
|
"$(SRCROOT)/../../../React/**",
|
|
251
235
|
"$(SRCROOT)/../../react-native/React/**",
|
|
252
236
|
);
|
|
237
|
+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
|
|
253
238
|
LIBRARY_SEARCH_PATHS = (
|
|
254
239
|
"$(inherited)",
|
|
255
240
|
"$(PROJECT_DIR)/Frameworks",
|
|
@@ -276,6 +261,7 @@
|
|
|
276
261
|
"$(SRCROOT)/../../../React/**",
|
|
277
262
|
"$(SRCROOT)/../../react-native/React/**",
|
|
278
263
|
);
|
|
264
|
+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
|
|
279
265
|
LIBRARY_SEARCH_PATHS = (
|
|
280
266
|
"$(inherited)",
|
|
281
267
|
"$(PROJECT_DIR)/Frameworks",
|
|
Binary file
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>AvailableLibraries</key>
|
|
6
|
+
<array>
|
|
7
|
+
<dict>
|
|
8
|
+
<key>BinaryPath</key>
|
|
9
|
+
<string>GemiusSDK.framework/GemiusSDK</string>
|
|
10
|
+
<key>LibraryIdentifier</key>
|
|
11
|
+
<string>ios-arm64</string>
|
|
12
|
+
<key>LibraryPath</key>
|
|
13
|
+
<string>GemiusSDK.framework</string>
|
|
14
|
+
<key>SupportedArchitectures</key>
|
|
15
|
+
<array>
|
|
16
|
+
<string>arm64</string>
|
|
17
|
+
</array>
|
|
18
|
+
<key>SupportedPlatform</key>
|
|
19
|
+
<string>ios</string>
|
|
20
|
+
</dict>
|
|
21
|
+
<dict>
|
|
22
|
+
<key>BinaryPath</key>
|
|
23
|
+
<string>GemiusSDK.framework/GemiusSDK</string>
|
|
24
|
+
<key>LibraryIdentifier</key>
|
|
25
|
+
<string>ios-arm64_x86_64-simulator</string>
|
|
26
|
+
<key>LibraryPath</key>
|
|
27
|
+
<string>GemiusSDK.framework</string>
|
|
28
|
+
<key>SupportedArchitectures</key>
|
|
29
|
+
<array>
|
|
30
|
+
<string>arm64</string>
|
|
31
|
+
<string>x86_64</string>
|
|
32
|
+
</array>
|
|
33
|
+
<key>SupportedPlatform</key>
|
|
34
|
+
<string>ios</string>
|
|
35
|
+
<key>SupportedPlatformVariant</key>
|
|
36
|
+
<string>simulator</string>
|
|
37
|
+
</dict>
|
|
38
|
+
</array>
|
|
39
|
+
<key>CFBundlePackageType</key>
|
|
40
|
+
<string>XFWK</string>
|
|
41
|
+
<key>XCFrameworkFormatVersion</key>
|
|
42
|
+
<string>1.0</string>
|
|
43
|
+
</dict>
|
|
44
|
+
</plist>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
#import "ContentData.h"
|
|
2
|
+
|
|
3
|
+
typedef NS_ENUM(NSInteger, GSMAdType) {
|
|
4
|
+
GSM_PROMO = 1,
|
|
5
|
+
GSM_SPOT,
|
|
6
|
+
GSM_SPONSOR,
|
|
7
|
+
GSM_AD_BREAK
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
typedef NS_ENUM(NSInteger, GSMAdFormat) {
|
|
11
|
+
GSMAdFormatUndefined = 0,
|
|
12
|
+
GSMAdFormatVideo = 1,
|
|
13
|
+
GSMAdFormatAudio = 2
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
@interface GSMAdData : GSMContentData
|
|
17
|
+
|
|
18
|
+
@property (nonatomic) GSMAdType adType;
|
|
19
|
+
@property (nonatomic) GSMAdFormat adFormat;
|
|
20
|
+
@property (nonatomic, copy) NSString *campaignClassification;
|
|
21
|
+
|
|
22
|
+
@end
|
|
23
|
+
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
//
|
|
2
|
+
// AdDefine.h
|
|
3
|
+
// GemiusSDK
|
|
4
|
+
//
|
|
5
|
+
// Copyright © 2018 Gemius. All rights reserved.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
#ifndef AdDefine_h
|
|
9
|
+
#define AdDefine_h
|
|
10
|
+
|
|
11
|
+
typedef void (^onGEMAdReadyBlock)(BOOL hasAd);
|
|
12
|
+
typedef void (^onGEMFailBlock)(NSError *error);
|
|
13
|
+
typedef void (^onGEMAdClosedBlock)(void);
|
|
14
|
+
typedef void (^onGEMContentReadyBlock)(void);
|
|
15
|
+
|
|
16
|
+
#endif /* AdDefine_h */
|