Skip to content

Commit

Permalink
Update class doc
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalNehra committed Aug 28, 2023
1 parent 91dfdac commit cb6158d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trashbin/src/main/java/com/amaze/trashbin/TrashBin.kt
Expand Up @@ -29,7 +29,7 @@ typealias MoveFilesCallback = suspend (source: String, dest: String) -> Boolean
typealias ListTrashBinFilesCallback = suspend (parentTrashBinPath: String) -> List<TrashBinFile>

/**
* Singleton class responsible to invoke trash bin functions. All the functions are NOT thread safe.
* Class responsible to invoke trash bin functions. All the functions are NOT thread safe.
* You're advised to call them in background threads.
* @param trashConfig - configuration for trashbin
* @param deletePermanentlyCallback - callback to invoke for cleanup automatically when any bin action is performed.
Expand Down

0 comments on commit cb6158d

Please sign in to comment.