Commit 897868f5 by zhangyunjie

2.6.0.4

parent e4ed5608
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'OffcnLiveSDKiOS'
s.version = '2.5.9.8'
s.version = '2.6.0.4'
s.summary = 'OffcnLiveSDKiOS.'
s.description = <<-DESC
......
......@@ -9,7 +9,7 @@
#import <UIKit/UIKit.h>
#import "OffcnShareWindow.h"
static const NSString *OffcnLiveSDKVersion = @"2.5.9.8";
static const NSString *OffcnLiveSDKVersion = @"2.6.0.4";
//事件通知
#define kOffcnEventNotification @"kOffcnEventNotification"
......@@ -73,11 +73,9 @@ typedef void(^playbackCallBack)(NSString *password, NSInteger recentlyWatchValue
//网络监听回调
typedef void(^OffcnSDKReachabilityStatusCallBack)(OffcnSDKReachabilityStatus status);
//事件回调
typedef void(^OffcnSDKEventCallBack)(OffcnSDKEvent event);
@interface OffcnLiveSDK : NSObject
/**
......@@ -95,6 +93,7 @@ typedef void(^OffcnSDKEventCallBack)(OffcnSDKEvent event);
@property (nonatomic, strong) UIWindow *oldKKeyWindow;//三方的window
@property (nonatomic, strong) UIViewController *shareVC;
//是否支持全屏
@property (nonatomic, assign) BOOL isFull;
......@@ -112,7 +111,6 @@ typedef void(^OffcnSDKEventCallBack)(OffcnSDKEvent event);
@property (nonatomic, assign) OffcnSDKReachabilityStatus OffcnReachabilityStatus;
@property (nonatomic, copy) OffcnSDKReachabilityStatusCallBack reachabilityStatusCallBack;
//是否选用测试环境
@property (nonatomic, assign) BOOL isTest;
//选用图片类型
......@@ -133,11 +131,10 @@ typedef void(^OffcnSDKEventCallBack)(OffcnSDKEvent event);
/**
登录授权
@param navigationController 导航控制器
@param videoType 观看模式是:大班课直播/大班课回放/小班课直播(注:小班课目前只传OffcnVideoTypeSmallClassLive)
@param jumpMode 跳转方式:Push/Present(注:小班课只传OffcnJumpModePresent)
@param appName app名字拼音
@param appName 支付需要的UA-Name
@param phone 手机号
@param nickname 昵称
@param password 不同课程的学生口令
......
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