process

abstract fun process(offlineContentOptions: OfflineContentOptions)

Enqueues downloads and deletions according to the current OfflineOptionEntryState and OfflineOptionEntryAction of the OfflineOptionEntry in the OfflineContentOptions.

Android 12+ (API 31+) Note: This API starts a foreground service, which API 31+ apps may only start while the app is in the foreground. See foreground service background start restrictions.

Throws a NoConnectionException if no network connection is established.

See also