download

suspend fun download(useBackground: Boolean = false)

Starts the download process for this pack. This generates the necessary manifest based on the pack's region definition and then begins downloading all required resources.

Parameters

useBackground

If true, the download will be enqueued in a background service (via WorkManager).