turnOffMediaDownload

@CheckReturnValue
abstract fun turnOffMediaDownload(): Completable

Stops the automatic downloading of media files (pictures or videos, depending on the MediaType) that has been started by calling turnOnMediaDownload.

Scheduler: The returned Completable will operate on the IO Scheduler.

Return

a Completable which completes once the behavior has been stopped.

See also