Skip to content

Commit

Permalink
v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-jeremy-grosjean committed Oct 23, 2018
1 parent 4d5befd commit 358cf22
Show file tree
Hide file tree
Showing 17 changed files with 1,426 additions and 553 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions TeadsSDK.framework/Headers/TeadsSDK-Swift.h
Original file line number Diff line number Diff line change
Expand Up @@ -261,13 +261,15 @@ SWIFT_PROTOCOL("_TtP8TeadsSDK13TFAAdDelegate_")
///
- (void)adPlaybackChange:(TFACustomAdView * _Nonnull)ad state:(enum TeadsAdPlaybackState)state;
/// Called when ad changes volume state
/// @deprecated since 4.1.2 please use TFASoundDelegate instead
/// \param ad The teadsAd object
///
/// \param muted true if the sound is off false otherwise
///
- (void)adDidChangeVolume:(TFACustomAdView * _Nonnull)ad muted:(BOOL)muted;
@end

@protocol TFASoundDelegate;
@class NSCoder;
@class TeadsAdSettings;

Expand All @@ -282,6 +284,7 @@ SWIFT_CLASS("_TtC8TeadsSDK15TFACustomAdView")
/// Ad sound enabled state
@property (nonatomic, readonly) BOOL isSoundActive;
@property (nonatomic, weak) id <TFAAdDelegate> _Nullable delegate;
@property (nonatomic, weak) id <TFASoundDelegate> _Nullable soundDelegate;
@property (nonatomic) NSInteger pid;
@property (nonatomic) CGRect bounds;
@property (nonatomic) CGRect frame;
Expand Down Expand Up @@ -411,8 +414,18 @@ SWIFT_PROTOCOL("_TtP8TeadsSDK21TFARewardedAdDelegate_")
@end


SWIFT_PROTOCOL("_TtP8TeadsSDK16TFASoundDelegate_")
@protocol TFASoundDelegate
/// Called when the ad will start playing audio
- (void)adWillStartPlayingAudio:(TFACustomAdView * _Nonnull)ad;
/// Called when the ad will stop playing audio
- (void)adDidStopPlayingAudio:(TFACustomAdView * _Nonnull)ad;
@end


SWIFT_CLASS("_TtC8TeadsSDK15TeadsAdSettings")
@interface TeadsAdSettings : NSObject
- (void)disableTeadsAudioSessionManagement;
- (void)enableDebug;
- (void)disableLocation;
- (void)enableLigtEndScreen;
Expand Down
Binary file modified TeadsSDK.framework/Info.plist
Binary file not shown.
Binary file modified TeadsSDK.framework/Modules/TeadsSDK.swiftmodule/arm.swiftdoc
Binary file not shown.
Binary file modified TeadsSDK.framework/Modules/TeadsSDK.swiftmodule/arm.swiftmodule
Binary file not shown.
Binary file modified TeadsSDK.framework/Modules/TeadsSDK.swiftmodule/arm64.swiftdoc
Binary file not shown.
Binary file not shown.
Binary file modified TeadsSDK.framework/Modules/TeadsSDK.swiftmodule/i386.swiftdoc
Binary file not shown.
Binary file modified TeadsSDK.framework/Modules/TeadsSDK.swiftmodule/i386.swiftmodule
Binary file not shown.
Binary file modified TeadsSDK.framework/Modules/TeadsSDK.swiftmodule/x86_64.swiftdoc
Binary file not shown.
Binary file not shown.
Binary file modified TeadsSDK.framework/TeadsSDK
Binary file not shown.
2 changes: 1 addition & 1 deletion TeadsSDK.framework/teads-commander-modified.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Mon, 08 Oct 2018 15:57:22 GMT
Fri, 19 Oct 2018 15:18:16 GMT
Binary file modified TeadsSDK.framework/teads-commander.min.zlib
Binary file not shown.
2 changes: 1 addition & 1 deletion TeadsSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "TeadsSDK"
s.version = "4.1.1"
s.version = "4.1.2"
s.summary = "Teads' iOS SDK"

s.description = <<-DESC
Expand Down

0 comments on commit 358cf22

Please sign in to comment.