diff --git a/fetch2/src/main/java/com/tonyodev/fetch2/Fetch.kt b/fetch2/src/main/java/com/tonyodev/fetch2/Fetch.kt index ad71a10d..82ad4d4d 100644 --- a/fetch2/src/main/java/com/tonyodev/fetch2/Fetch.kt +++ b/fetch2/src/main/java/com/tonyodev/fetch2/Fetch.kt @@ -133,6 +133,7 @@ interface Fetch { fun pause(id: Int): Fetch /** + * * Pause all queued or downloading downloads within the specified group. * @param id specified group id. * @param func callback that returns list of downloads that were paused in the group.