Skip to content

Commit

Permalink
Merge pull request #129 from iossun/master
Browse files Browse the repository at this point in the history
update PLShortVideoKit.framework
  • Loading branch information
Kivenhaoyu authored Apr 8, 2021
2 parents f1cb9db + 38c29ee commit ad906ce
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion APIDiffs/api-diffs-3.2.4.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PLShortVideoKit 3.2.2 to 3.2.3 API Differences
# PLShortVideoKit 3.2.3 to 3.2.4 API Differences

## General Headers

Binary file added Pod/Library/Profession/.DS_Store
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
@since v3.2.0
*/
@property (nonatomic, copy, readonly) NSString * _Nullable xClientId;
@property (nonatomic, copy, readonly) NSString * _Nullable xClientId __deprecated_msg("Method deprecated in v3.2.3.");

/*!
@property xlog
Expand Down Expand Up @@ -60,7 +60,7 @@
@property duration
@brief 请求消耗的时间,单位 秒
*/
@property (nonatomic, readonly) double duration;
@property (nonatomic, readonly) double duration __deprecated_msg("Method deprecated in v3.2.3.");

/*!
@property serverIp
Expand Down Expand Up @@ -149,5 +149,25 @@
canceled:(BOOL)canceled
ok:(BOOL)ok
broken:(BOOL)broken
notQiniu:(BOOL)notQiniu;
notQiniu:(BOOL)notQiniu __deprecated_msg("Method deprecated in v3.2.3. Use `initWithStatusCode:reqId:xlog:xvia:error:host:id:timeStamp:canceled:ok:broken:notQiniu:`");

/*!
@method initWithStatusCode:reqId:xlog:xvia:error:host:id:timeStamp:canceled:ok:broken:notQiniu:
@abstract PLSUploaderResponInfo 初始化方法
@return PLSUploaderResponseInfo 实例
@since v3.2.0
*/
- (instancetype _Nullable)initWithStatusCode:(int)statusCode
reqId:(NSString *_Nullable)reqId
xlog:(NSString *_Nullable)xlog
xvia:(NSString *_Nullable)xvia
error:(NSError *_Nullable)error
host:(NSString *_Nullable)host
id:(NSString *_Nullable)id
timeStamp:(UInt64)timeStamp
canceled:(BOOL)canceled
ok:(BOOL)ok
broken:(BOOL)broken
notQiniu:(BOOL)notQiniu ;
@end
Binary file modified Pod/Library/Profession/PLShortVideoKit.framework/Info.plist
Binary file not shown.
Binary file not shown.

0 comments on commit ad906ce

Please sign in to comment.