mirror of
https://gitlab.com/foxixus/neomovies_mobile.git
synced 2025-10-28 11:58:50 +05:00
v0.0.2
This commit is contained in:
@@ -16,13 +16,7 @@ import java.io.File
|
||||
|
||||
/**
|
||||
* Main TorrentEngine class - the core of the torrent library
|
||||
* This is the main API that applications should use
|
||||
*
|
||||
* Usage:
|
||||
* ```
|
||||
* val engine = TorrentEngine.getInstance(context)
|
||||
* engine.addTorrent(magnetUri, savePath)
|
||||
* ```
|
||||
* This is the main API that applications should use.
|
||||
*/
|
||||
class TorrentEngine private constructor(private val context: Context) {
|
||||
private val TAG = "TorrentEngine"
|
||||
|
||||
Reference in New Issue
Block a user