UploadRequester

class UploadRequester(val database: ResourceDatabaseHelper, context: Context)

Constructors

Link copied to clipboard
constructor(database: ResourceDatabaseHelper, context: Context)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Persist the file on disk and add it to the queue of pending uploads. Schedule WorkManager to process any pending uploads and save to Bridge.

Link copied to clipboard

Enqueue a WorkManager work request to process uploads.