Builder

open class Builder : AbstractOfflineCatalog.Builder<T>

The Builder to create the OfflineCatalog object.

Constructors

Link copied to clipboard
constructor(context: Context, eventEmitter: EventEmitter, account: String)

Functions

Link copied to clipboard
open fun build(): OfflineCatalog
Builds the OfflineCatalog object.
Link copied to clipboard
open fun setDownloadFileCreator(downloadFileCreator: DownloadFileCreator): T
Sets the DownloadFileCreator to retrieve a directory to store offline content.