Commit db01dfc5 by zhangyunjie

“2.8.2.2”

parent 9ca3bd99
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'OffcnLiveSDKiOS'
s.version = '2.8.2.1'
s.version = '2.8.2.2'
s.summary = 'OffcnLiveSDKiOS.'
s.description = <<-DESC
......
......@@ -11,7 +11,7 @@
static const NSString *OffcnLiveSDKVersion = @"2.8.2.1";
static const NSString *OffcnLiveSDKVersion = @"2.8.2.2";
//事件通知
......@@ -124,8 +124,9 @@ typedef void(^playbackCallBack)(NSString *password, NSInteger recentlyWatchValue
@param controller 当前控制器
@param isHorizontal 是否横屏
@param size 指定size
*/
typedef void(^playbackPauseCallBack)(UIViewController *controller,BOOL isHorizontal);
typedef void(^playbackPauseCallBack)(UIViewController *controller,BOOL isHorizontal,CGSize size);
......@@ -183,6 +184,8 @@ typedef void(^OffcnSDKEventCallBack)(OffcnSDKEvent event,OffcnSDKEventLookCourse
//回放手动暂停事件回调(例如:添加广告功能)
@property (nonatomic, copy) playbackPauseCallBack offcnPlaybackPauseCallBack;
//广告view
@property (nonatomic, strong) UIView *expressAdView;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment