Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 1fa51b8

Browse files
committed
Added version 5.1.0
1 parent 0ba4926 commit 1fa51b8

File tree

8 files changed

+3
-0
lines changed

8 files changed

+3
-0
lines changed

NendAd.embeddedframework/NendAd.framework/Headers/NADInterstitialVideo.h

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
@property (nonatomic, weak, readwrite) id<NADInterstitialVideoDelegate> delegate;
3030
@property (nonatomic, copy) UIColor *fallbackFullboardBackgroundColor;
31+
@property (nonatomic) BOOL isMuteStartPlaying;
3132

3233
- (void)addFallbackFullboardWithSpotId:(NSString *)spotId apiKey:(NSString *)apiKey;
3334

NendAd.embeddedframework/NendAd.framework/Headers/NADNativeVideoLoader.h

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ NS_ASSUME_NONNULL_BEGIN
1616
@property (readwrite, nonatomic, copy, nullable) NSString *userId;
1717
@property (readwrite, nonatomic, copy, nullable) NSString *mediationName;
1818
@property (readwrite, nonatomic, strong, nullable) NADUserFeature *userFeature;
19+
@property (readwrite, nonatomic) BOOL isLocationEnabled;
1920

2021
- (instancetype)init NS_UNAVAILABLE;
2122
- (instancetype)initWithSpotId:(NSString *)spotId apiKey:(NSString *)apiKey;

NendAd.embeddedframework/NendAd.framework/Headers/NADVideo.h

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ NS_ASSUME_NONNULL_BEGIN
1515
@property (nonatomic) NADUserFeature *userFeature;
1616

1717
@property (nonatomic, readonly, getter=isReady) BOOL ready;
18+
@property (nonatomic) BOOL isLocationEnabled;
1819
@property (nonatomic) BOOL isOutputLog __deprecated_msg("This method is deprecated. Use setLogLevel: method of NADLogger instead.");
1920

2021
- (instancetype)initWithSpotId:(NSString *)spotId apiKey:(NSString *)apiKey NS_DESIGNATED_INITIALIZER;
Binary file not shown.
29.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)