Skip to content

v2.1.0.4

Latest
Compare
Choose a tag to compare
@Pino444 Pino444 released this 20 Jan 07:36
· 12 commits to main since this release

New Features

  • Support timeout callback. OnSceneBack#onFail(errCode: Int) will provide errCode: -5 when the connection times out (20 seconds).
  • Provide download path.

API Changes

  • change Callback#onComplete() to Callback#onComplete(String outFilePath). New parameter String outFilePath is the real download path.