Releases: TencentCloud/joox-sdk-android
Releases · TencentCloud/joox-sdk-android
v2.1.0.4
New Features
- Support timeout callback.
OnSceneBack#onFail(errCode: Int)
will provideerrCode: -5
when the connection times out (20 seconds). - Provide download path.
API Changes
- change
Callback#onComplete()
toCallback#onComplete(String outFilePath)
. New parameterString outFilePath
is the real download path.